2024-02-12T16:32:18.702 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-12T16:32:18.702 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701 --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} --name yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/orig.config.yaml 2024-02-12T16:32:18.736 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T16:32:18.941 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701 branch: wip-yuri10-testing-2024-02-08-0854-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: null first_in_suite: false job_id: '7556701' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-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-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 60 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgTtGZnYYWOj/AdvQIEV79cTkBKm0B60p8rsas7uXvbdiwEWfJ3MLHDsr7FSgnWrKptt2hvu42HrjqKWBMHPu4= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBINN+0rYKCPSbgSJ4O84ljz/72bUxBtFN4aFJ4rKXNrkMNnFqCYMoxCvR/Lj4ZE9I8CoNuMz9VE/OkTs46dmEls= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-12_15:26:58 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-12T16:32:18.941 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-12T16:32:18.942 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-12T16:32:18.942 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-12T16:32:18.944 INFO:teuthology.task.internal:Checking packages... 2024-02-12T16:32:18.974 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-12T16:32:18.974 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-12T16:32:18.974 INFO:teuthology.packaging:ref: None 2024-02-12T16:32:18.974 INFO:teuthology.packaging:tag: None 2024-02-12T16:32:18.974 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-12T16:32:18.974 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-12T16:32:18.974 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-02-08-0854-pacific 2024-02-12T16:32:19.117 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-12T16:32:19.118 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-12T16:32:19.128 INFO:teuthology.task.internal:no buildpackages task found 2024-02-12T16:32:19.128 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-12T16:32:19.155 INFO:teuthology.task.internal:Saving configuration 2024-02-12T16:32:19.169 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-12T16:32:19.196 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T16:32:19.226 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:25:08.621842', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgTtGZnYYWOj/AdvQIEV79cTkBKm0B60p8rsas7uXvbdiwEWfJ3MLHDsr7FSgnWrKptt2hvu42HrjqKWBMHPu4='} 2024-02-12T16:32:19.247 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:25:08.623416', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBINN+0rYKCPSbgSJ4O84ljz/72bUxBtFN4aFJ4rKXNrkMNnFqCYMoxCvR/Lj4ZE9I8CoNuMz9VE/OkTs46dmEls='} 2024-02-12T16:32:19.247 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-12T16:32:19.253 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-12T16:32:19.253 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-12T16:32:19.253 INFO:teuthology.run_tasks:Running task console_log... 2024-02-12T16:32:19.357 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8001fd0ee0>, signals=[15]) 2024-02-12T16:32:19.358 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-12T16:32:19.365 INFO:teuthology.task.internal:Opening connections... 2024-02-12T16:32:19.365 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:32:19.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:32:19.444 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T16:32:19.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:32:19.519 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-12T16:32:19.525 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-02-12T16:32:19.546 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-02-12T16:32:19.546 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Red Hat Enterprise Linux" 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8.6 (Ootpa)" 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:ID="rhel" 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="fedora" 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8.6" 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2024-02-12T16:32:19.605 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.redhat.com/" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-12T16:32:19.606 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-12T16:32:19.607 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-02-12T16:32:19.630 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-02-12T16:32:19.650 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-02-12T16:32:19.651 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-02-12T16:32:19.709 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Red Hat Enterprise Linux" 2024-02-12T16:32:19.709 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="8.6 (Ootpa)" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:ID="rhel" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="fedora" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="8.6" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el8" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.redhat.com/" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-12T16:32:19.710 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-12T16:32:19.711 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-12T16:32:19.711 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-02-12T16:32:19.738 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-12T16:32:19.746 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-12T16:32:19.780 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-12T16:32:19.781 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-02-12T16:32:19.783 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-02-12T16:32:19.802 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-12T16:32:19.813 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-12T16:32:19.813 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-02-12T16:32:19.842 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-02-12T16:32:19.877 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-12T16:32:19.931 INFO:teuthology.run_tasks:Running task kernel... 2024-02-12T16:32:19.945 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-12T16:32:19.945 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-12T16:32:19.945 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T16:32:19.946 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T16:32:19.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:19.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:19.966 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-02-12T16:32:19.966 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-02-12T16:32:20.025 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:20.025 INFO:teuthology.task.kernel:Running kernel on smithi160: 4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:20.025 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2024-02-12T16:32:20.026 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:20.026 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:20.026 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-02-12T16:32:21.492 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-12T16:32:21.492 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2024-02-12T16:32:21.553 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-02-12T16:32:21.554 INFO:teuthology.orchestra.run.smithi160.stdout:Unable to read consumer identity 2024-02-12T16:32:21.612 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:21.612 INFO:teuthology.orchestra.run.smithi145.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-12T16:32:21.612 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:21.665 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:21.666 INFO:teuthology.orchestra.run.smithi160.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-12T16:32:21.666 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:23.478 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2024-02-12T16:32:23.538 INFO:teuthology.orchestra.run.smithi160.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2024-02-12T16:32:26.080 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 16 MB 00:02 2024-02-12T16:32:26.949 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 4.7 MB/s | 16 MB 00:03 2024-02-12T16:32:29.655 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 355 kB/s | 24 kB 00:00 2024-02-12T16:32:30.383 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-12T16:32:30.383 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-12T16:32:30.466 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-12T16:32:30.467 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-02-12T16:32:30.467 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-12T16:32:30.610 DEBUG:teuthology.orchestra.run.smithi160:> echo no | sudo yum reinstall kernel || true 2024-02-12T16:32:30.637 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 409 kB/s | 24 kB 00:00 2024-02-12T16:32:30.988 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-02-12T16:32:30.988 INFO:teuthology.orchestra.run.smithi160.stdout:Unable to read consumer identity 2024-02-12T16:32:31.045 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:31.046 INFO:teuthology.orchestra.run.smithi160.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-12T16:32:31.046 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:31.351 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:02 ago on Mon 12 Feb 2024 04:32:29 PM UTC. 2024-02-12T16:32:31.364 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-12T16:32:31.364 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-12T16:32:31.449 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-12T16:32:31.450 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-02-12T16:32:31.450 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-12T16:32:31.454 INFO:teuthology.orchestra.run.smithi160.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-12T16:32:31.454 INFO:teuthology.orchestra.run.smithi160.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-12T16:32:31.492 INFO:teuthology.orchestra.run.smithi160.stderr:Error: No packages marked for reinstall. 2024-02-12T16:32:31.539 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum reinstall -y kernel || true 2024-02-12T16:32:31.607 DEBUG:teuthology.orchestra.run.smithi145:> echo no | sudo yum reinstall kernel || true 2024-02-12T16:32:31.872 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-02-12T16:32:31.872 INFO:teuthology.orchestra.run.smithi160.stdout:Unable to read consumer identity 2024-02-12T16:32:31.928 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:31.928 INFO:teuthology.orchestra.run.smithi160.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-12T16:32:31.929 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:32:31.985 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-12T16:32:31.985 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2024-02-12T16:32:32.036 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:32.037 INFO:teuthology.orchestra.run.smithi145.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-12T16:32:32.037 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:32.231 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:03 ago on Mon 12 Feb 2024 04:32:29 PM UTC. 2024-02-12T16:32:32.292 INFO:teuthology.orchestra.run.smithi160.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-12T16:32:32.293 INFO:teuthology.orchestra.run.smithi160.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-12T16:32:32.321 INFO:teuthology.orchestra.run.smithi160.stderr:Error: No packages marked for reinstall. 2024-02-12T16:32:32.344 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Mon 12 Feb 2024 04:32:30 PM UTC. 2024-02-12T16:32:32.368 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T16:32:32.418 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-12T16:32:32.426 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-12T16:32:32.473 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2024-02-12T16:32:32.521 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum reinstall -y kernel || true 2024-02-12T16:32:32.526 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:32.526 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:32.526 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-12T16:32:32.526 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-12T16:32:32.526 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T16:32:32.559 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-02-12T16:32:32.574 DEBUG:teuthology.parallel:result is None 2024-02-12T16:32:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-12T16:32:32.856 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2024-02-12T16:32:32.912 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:32.912 INFO:teuthology.orchestra.run.smithi145.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-12T16:32:32.912 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:32:33.212 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:03 ago on Mon 12 Feb 2024 04:32:30 PM UTC. 2024-02-12T16:32:33.280 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-12T16:32:33.280 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-12T16:32:33.308 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2024-02-12T16:32:33.354 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T16:32:33.509 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:33.510 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-12T16:32:33.510 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-12T16:32:33.510 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-12T16:32:33.510 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T16:32:33.557 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-02-12T16:32:33.569 DEBUG:teuthology.parallel:result is None 2024-02-12T16:32:33.569 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-12T16:32:33.576 INFO:teuthology.task.internal:Creating test directory... 2024-02-12T16:32:33.576 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T16:32:33.578 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T16:32:33.598 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-12T16:32:33.628 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-12T16:32:33.662 INFO:teuthology.task.internal:Creating archive directory... 2024-02-12T16:32:33.662 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T16:32:33.664 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T16:32:33.697 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-12T16:32:33.704 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-12T16:32:33.704 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-12T16:32:33.733 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-12T16:32:33.776 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:32:33.777 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:32:33.787 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:32:33.789 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T16:32:33.791 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-12T16:32:33.798 INFO:teuthology.task.internal:Configuring sudo... 2024-02-12T16:32:33.798 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T16:32:33.800 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T16:32:33.862 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-12T16:32:33.871 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-12T16:32:33.871 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T16:32:33.873 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T16:32:33.921 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:32:33.972 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:32:34.015 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:32:34.097 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:32:34.140 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:32:34.140 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T16:32:34.206 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:32:34.254 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T16:32:34.312 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:32:34.399 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T16:32:34.443 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:32:34.444 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T16:32:34.513 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-02-12T16:32:34.515 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-02-12T16:32:34.563 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T16:32:34.661 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T16:32:35.059 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-12T16:32:35.067 INFO:teuthology.task.internal:Starting timer... 2024-02-12T16:32:35.067 INFO:teuthology.run_tasks:Running task pcp... 2024-02-12T16:32:35.123 INFO:teuthology.run_tasks:Running task selinux... 2024-02-12T16:32:35.156 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-12T16:32:35.156 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-02-12T16:32:35.208 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-02-12T16:32:35.210 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2024-02-12T16:32:35.274 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2024-02-12T16:32:35.276 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-12T16:32:35.277 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-02-12T16:32:35.305 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-02-12T16:32:35.305 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2024-02-12T16:32:35.332 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2024-02-12T16:32:35.332 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi145.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive'} 2024-02-12T16:32:35.332 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-12T16:32:35.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:35.372 DEBUG:teuthology.orchestra.run.smithi160:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-12T16:32:35.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T16:32:35.399 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-12T16:32:35.399 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-02-12T16:32:35.441 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2024-02-12T16:32:35.468 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-12T16:32:35.478 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-12T16:32:35.494 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-12T16:32:35.495 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi145.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-12T16:40:24.257 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi145.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-02-12T16:40:24.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-12T16:40:24.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:40:24.336 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-02-12T16:40:24.404 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-12T16:40:24.405 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T16:40:24.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T16:40:24.480 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-02-12T16:40:24.550 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T16:40:24.550 INFO:teuthology.run_tasks:Running task clock... 2024-02-12T16:40:24.561 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-12T16:40:24.561 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T16:40:24.562 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T16:40:24.564 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T16:40:24.564 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T16:40:24.594 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T16:40:24.609 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T16:40:24.624 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T16:40:24.639 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T16:40:24.689 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2024-02-12T16:40:24.700 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2024-02-12T16:40:24.711 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2024-02-12T16:40:24.714 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T16:40:24.722 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2024-02-12T16:40:24.728 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T16:40:24.737 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T16:40:24.751 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T16:40:24.803 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2024-02-12T16:40:24.806 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T16:40:24.807 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-02-12T16:40:24.807 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.807 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.807 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.807 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.822 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-02-12T16:40:24.826 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T16:40:24.826 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-02-12T16:40:24.826 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.826 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.826 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.826 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T16:40:24.827 INFO:teuthology.run_tasks:Running task pexec... 2024-02-12T16:40:24.836 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-12T16:40:24.837 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:40:24.837 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T16:40:24.837 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T16:40:24.838 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T16:40:25.227 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-12T16:40:25.245 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-02-12T16:40:26.190 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 132 kB/s | 4.1 kB 00:00 2024-02-12T16:40:26.193 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 153 kB/s | 4.5 kB 00:00 2024-02-12T16:40:26.431 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2024-02-12T16:40:26.680 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 142 kB/s | 4.1 kB 00:00 2024-02-12T16:40:29.440 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:Resetting modules: 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T16:40:29.441 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:29.517 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:29.518 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-12T16:40:29.519 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-12T16:40:29.519 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:34.910 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-12T16:40:34.945 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-12T16:40:35.384 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-02-12T16:40:35.434 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-12T16:40:36.181 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 155 kB/s | 4.5 kB 00:00 2024-02-12T16:40:36.279 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 147 kB/s | 4.1 kB 00:00 2024-02-12T16:40:36.523 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 158 kB/s | 4.5 kB 00:00 2024-02-12T16:40:36.670 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 154 kB/s | 4.1 kB 00:00 2024-02-12T16:40:39.652 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-12T16:40:39.757 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-12T16:40:39.808 INFO:teuthology.orchestra.run.smithi160.stdout:========================================================================================================== 2024-02-12T16:40:39.808 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-02-12T16:40:39.808 INFO:teuthology.orchestra.run.smithi160.stdout:========================================================================================================== 2024-02-12T16:40:39.808 INFO:teuthology.orchestra.run.smithi160.stdout:Installing group/module packages: 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-12T16:40:39.809 INFO:teuthology.orchestra.run.smithi160.stdout:Installing weak dependencies: 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout:Installing module profiles: 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools/common 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout:Enabling module streams: 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools rhel8 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout:========================================================================================================== 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout:Install 13 Packages 2024-02-12T16:40:39.810 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:39.811 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 26 M 2024-02-12T16:40:39.811 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 87 M 2024-02-12T16:40:39.811 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================== 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================== 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-12T16:40:39.911 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout:Installing weak dependencies: 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools rhel8 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:39.912 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-12T16:40:39.913 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================== 2024-02-12T16:40:39.913 INFO:teuthology.orchestra.run.smithi145.stdout:Install 13 Packages 2024-02-12T16:40:39.913 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:39.913 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 26 M 2024-02-12T16:40:39.914 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 87 M 2024-02-12T16:40:39.914 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-02-12T16:40:39.919 INFO:teuthology.orchestra.run.smithi160.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 228 kB/s | 25 kB 00:00 2024-02-12T16:40:39.952 INFO:teuthology.orchestra.run.smithi160.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 666 kB/s | 94 kB 00:00 2024-02-12T16:40:39.986 INFO:teuthology.orchestra.run.smithi160.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 5.8 MB/s | 1.0 MB 00:00 2024-02-12T16:40:39.993 INFO:teuthology.orchestra.run.smithi145.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 311 kB/s | 25 kB 00:00 2024-02-12T16:40:40.020 INFO:teuthology.orchestra.run.smithi160.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 11 MB/s | 739 kB 00:00 2024-02-12T16:40:40.020 INFO:teuthology.orchestra.run.smithi145.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 896 kB/s | 94 kB 00:00 2024-02-12T16:40:40.044 INFO:teuthology.orchestra.run.smithi160.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 672 kB/s | 39 kB 00:00 2024-02-12T16:40:40.060 INFO:teuthology.orchestra.run.smithi145.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 6.9 MB/s | 1.0 MB 00:00 2024-02-12T16:40:40.078 INFO:teuthology.orchestra.run.smithi160.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 4.0 MB/s | 239 kB 00:00 2024-02-12T16:40:40.119 INFO:teuthology.orchestra.run.smithi145.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 7.2 MB/s | 739 kB 00:00 2024-02-12T16:40:40.144 INFO:teuthology.orchestra.run.smithi145.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 471 kB/s | 39 kB 00:00 2024-02-12T16:40:40.162 INFO:teuthology.orchestra.run.smithi160.stdout:(7/13): python3-podman-4.6.0-1.module+el8.9.0+2 1.8 MB/s | 153 kB 00:00 2024-02-12T16:40:40.169 INFO:teuthology.orchestra.run.smithi145.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 4.7 MB/s | 239 kB 00:00 2024-02-12T16:40:40.212 INFO:teuthology.orchestra.run.smithi145.stdout:(7/13): python3-podman-4.6.0-1.module+el8.9.0+2 3.6 MB/s | 153 kB 00:00 2024-02-12T16:40:40.229 INFO:teuthology.orchestra.run.smithi160.stdout:(8/13): netavark-1.7.0-1.module+el8.9.0+20326+3 20 MB/s | 3.7 MB 00:00 2024-02-12T16:40:40.295 INFO:teuthology.orchestra.run.smithi145.stdout:(8/13): netavark-1.7.0-1.module+el8.9.0+20326+3 25 MB/s | 3.7 MB 00:00 2024-02-12T16:40:40.404 INFO:teuthology.orchestra.run.smithi160.stdout:(9/13): buildah-1.31.3-1.module+el8.9.0+20326+3 18 MB/s | 8.8 MB 00:00 2024-02-12T16:40:40.445 INFO:teuthology.orchestra.run.smithi145.stdout:(9/13): buildah-1.31.3-1.module+el8.9.0+20326+3 20 MB/s | 8.8 MB 00:00 2024-02-12T16:40:40.471 INFO:teuthology.orchestra.run.smithi160.stdout:(10/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 10 MB/s | 2.5 MB 00:00 2024-02-12T16:40:40.495 INFO:teuthology.orchestra.run.smithi145.stdout:(10/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 13 MB/s | 2.5 MB 00:00 2024-02-12T16:40:40.496 INFO:teuthology.orchestra.run.smithi160.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 537 kB/s | 49 kB 00:00 2024-02-12T16:40:40.512 INFO:teuthology.orchestra.run.smithi145.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 739 kB/s | 49 kB 00:00 2024-02-12T16:40:40.521 INFO:teuthology.orchestra.run.smithi160.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2024-02-12T16:40:40.562 INFO:teuthology.orchestra.run.smithi145.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 621 kB/s | 41 kB 00:00 2024-02-12T16:40:40.655 INFO:teuthology.orchestra.run.smithi160.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 17 MB/s | 8.1 MB 00:00 2024-02-12T16:40:40.656 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:40:40.656 INFO:teuthology.orchestra.run.smithi160.stdout:Total 30 MB/s | 26 MB 00:00 2024-02-12T16:40:40.688 INFO:teuthology.orchestra.run.smithi145.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 17 MB/s | 8.1 MB 00:00 2024-02-12T16:40:40.689 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:40:40.689 INFO:teuthology.orchestra.run.smithi145.stdout:Total 33 MB/s | 26 MB 00:00 2024-02-12T16:40:40.940 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-02-12T16:40:40.961 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-02-12T16:40:40.962 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-02-12T16:40:40.972 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-02-12T16:40:40.994 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-02-12T16:40:40.994 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-02-12T16:40:41.191 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-02-12T16:40:41.200 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-02-12T16:40:41.223 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-02-12T16:40:41.231 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-02-12T16:40:41.853 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-02-12T16:40:41.864 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-02-12T16:40:42.024 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T16:40:42.068 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T16:40:42.257 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-12T16:40:42.335 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-12T16:40:42.784 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-12T16:40:42.878 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-12T16:40:43.013 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-12T16:40:43.141 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-12T16:40:43.179 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-12T16:40:43.348 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-12T16:40:43.380 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-12T16:40:43.591 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-12T16:40:44.330 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-12T16:40:44.544 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-12T16:40:44.575 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-12T16:40:44.737 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-12T16:40:44.863 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-12T16:40:45.098 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-12T16:40:45.124 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-12T16:40:45.520 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-12T16:40:46.008 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-12T16:40:46.277 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-12T16:40:46.434 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-12T16:40:46.452 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-12T16:40:46.705 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-12T16:40:46.857 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-12T16:40:46.857 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-12T16:40:46.857 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-12T16:40:46.858 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-12T16:40:46.905 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-12T16:40:47.306 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-12T16:40:47.307 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-12T16:40:56.951 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T16:40:56.951 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2024-02-12T16:40:57.467 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T16:40:57.467 INFO:teuthology.orchestra.run.smithi160.stdout:Installed products updated. 2024-02-12T16:40:57.487 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.488 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.489 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-12T16:40:57.489 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T16:40:57.489 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:40:57.489 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-12T16:40:57.673 DEBUG:teuthology.parallel:result is None 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.998 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-12T16:40:57.999 INFO:teuthology.orchestra.run.smithi160.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-12T16:40:57.999 INFO:teuthology.orchestra.run.smithi160.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T16:40:57.999 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:40:57.999 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-12T16:40:58.185 DEBUG:teuthology.parallel:result is None 2024-02-12T16:40:58.185 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-12T16:40:58.196 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-12T16:40:58.196 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:40:58.196 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T16:40:58.214 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-12T16:40:58.214 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 181516 Links: 1 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:40:46.570162657 +0000 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:39:53.910303033 +0000 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:39:53.910303033 +0000 2024-02-12T16:40:58.273 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:40:58.273 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-12T16:40:58.339 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:40:58.340 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:40:58.340 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000275145 s, 1.9 MB/s 2024-02-12T16:40:58.341 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-12T16:40:58.400 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2024-02-12T16:40:58.458 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-12T16:40:58.458 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:40:58.458 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 177994 Links: 1 2024-02-12T16:40:58.458 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:40:58.458 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:40:58.459 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:40:46.570162657 +0000 2024-02-12T16:40:58.459 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:39:54.245295955 +0000 2024-02-12T16:40:58.459 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:39:54.245295955 +0000 2024-02-12T16:40:58.459 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:40:58.459 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-12T16:40:58.524 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:40:58.524 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:40:58.524 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000242351 s, 2.1 MB/s 2024-02-12T16:40:58.525 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-12T16:40:58.583 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2024-02-12T16:40:58.643 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-12T16:40:58.643 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:40:58.643 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 179778 Links: 1 2024-02-12T16:40:58.643 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:40:58.644 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:40:58.644 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:40:46.570162657 +0000 2024-02-12T16:40:58.644 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:39:54.593288604 +0000 2024-02-12T16:40:58.644 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:39:54.593288604 +0000 2024-02-12T16:40:58.644 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:40:58.644 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-12T16:40:58.709 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:40:58.709 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:40:58.709 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000180347 s, 2.8 MB/s 2024-02-12T16:40:58.710 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-12T16:40:58.768 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 178676 Links: 1 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:40:46.570162657 +0000 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:39:54.945281168 +0000 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:39:54.945281168 +0000 2024-02-12T16:40:58.826 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:40:58.826 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-12T16:40:58.891 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:40:58.891 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:40:58.891 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000229504 s, 2.2 MB/s 2024-02-12T16:40:58.892 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-12T16:40:58.950 DEBUG:teuthology.orchestra.run.smithi145:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-12T16:40:59.079 INFO:teuthology.orchestra.run.smithi145.stdout:loop 2024-02-12T16:40:59.081 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2024-02-12T16:40:59.081 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-12T16:40:59.116 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-12T16:40:59.152 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_11 2024-02-12T16:40:59.193 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2024-02-12T16:40:59.193 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-12T16:40:59.271 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-12T16:40:59.307 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_21 2024-02-12T16:40:59.346 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2024-02-12T16:40:59.346 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-12T16:40:59.422 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-12T16:40:59.459 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_31 2024-02-12T16:40:59.496 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2024-02-12T16:40:59.496 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-12T16:40:59.572 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-12T16:40:59.607 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_41 2024-02-12T16:40:59.646 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:40:59.646 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T16:40:59.703 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme list 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme0n1 PHFT620500N9400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme1n1 7fe530063b7a4e3b1f0f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme2n1 e8b82035676b1f1a1d97 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme3n1 6a8b9a3c919102392021 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:40:59.770 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme4n1 6fe56458e7b0d64b5f12 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:40:59.771 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-12T16:40:59.771 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:40:59.771 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2024-02-12T16:40:59.838 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:40:59.838 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T16:40:59.859 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-12T16:40:59.859 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 175896 Links: 1 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:40:47.028982651 +0000 2024-02-12T16:40:59.920 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:39:55.433806519 +0000 2024-02-12T16:40:59.921 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:39:55.433806519 +0000 2024-02-12T16:40:59.921 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:40:59.921 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-12T16:40:59.990 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:40:59.990 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:40:59.990 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000281997 s, 1.8 MB/s 2024-02-12T16:40:59.992 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-12T16:41:00.052 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 180489 Links: 1 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:40:47.028982651 +0000 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:39:55.791800750 +0000 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:39:55.791800750 +0000 2024-02-12T16:41:00.111 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:41:00.112 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-12T16:41:00.178 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:41:00.179 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:41:00.179 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000225434 s, 2.3 MB/s 2024-02-12T16:41:00.180 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-12T16:41:00.239 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-02-12T16:41:00.297 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-12T16:41:00.297 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:41:00.297 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 181694 Links: 1 2024-02-12T16:41:00.297 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:41:00.297 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:41:00.298 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:40:47.028982651 +0000 2024-02-12T16:41:00.298 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:39:56.122795416 +0000 2024-02-12T16:41:00.298 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:39:56.122795416 +0000 2024-02-12T16:41:00.298 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:41:00.298 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-12T16:41:00.364 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:41:00.364 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:41:00.364 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000244801 s, 2.1 MB/s 2024-02-12T16:41:00.365 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-12T16:41:00.423 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 181807 Links: 1 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:40:47.028982651 +0000 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:39:56.480789647 +0000 2024-02-12T16:41:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:39:56.480789647 +0000 2024-02-12T16:41:00.482 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:41:00.482 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-12T16:41:00.546 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:41:00.546 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:41:00.546 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000231639 s, 2.2 MB/s 2024-02-12T16:41:00.548 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-12T16:41:00.605 DEBUG:teuthology.orchestra.run.smithi160:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-12T16:41:00.734 INFO:teuthology.orchestra.run.smithi160.stdout:loop 2024-02-12T16:41:00.736 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-02-12T16:41:00.736 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-12T16:41:00.772 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-02-12T16:41:00.807 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_11 2024-02-12T16:41:00.847 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-02-12T16:41:00.847 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-12T16:41:00.929 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-02-12T16:41:00.965 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_21 2024-02-12T16:41:01.003 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-02-12T16:41:01.004 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-12T16:41:01.080 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-02-12T16:41:01.115 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_31 2024-02-12T16:41:01.154 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-02-12T16:41:01.154 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-12T16:41:01.232 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-02-12T16:41:01.267 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_41 2024-02-12T16:41:01.306 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:41:01.306 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T16:41:01.365 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme list 2024-02-12T16:41:01.431 INFO:teuthology.orchestra.run.smithi160.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-12T16:41:01.431 INFO:teuthology.orchestra.run.smithi160.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-12T16:41:01.431 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme0n1 CVFT623300JY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-12T16:41:01.431 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme1n1 2f34f38920f76ab957e5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:41:01.431 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme2n1 ef66f59097108e59ebd4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:41:01.431 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme3n1 8f2ace76e649a45144e0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:41:01.432 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme4n1 564727918356aa0300a4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-12T16:41:01.432 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-12T16:41:01.433 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:41:01.433 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-02-12T16:41:01.500 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-12T16:41:01.571 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-12T16:41:01.572 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-12T16:41:01.572 INFO:tasks.cephadm:Cluster fsid is 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:01.572 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-12T16:41:01.572 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-12T16:41:01.572 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi145': '172.21.15.145', 'mon.smithi160': '172.21.15.160'} 2024-02-12T16:41:01.573 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-12T16:41:01.573 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-02-12T16:41:01.606 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-02-12T16:41:01.633 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 0e714d9a4bd2a821113e6318adb87bd06cf81ec1)... 2024-02-12T16:41:01.634 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0e714d9a4bd2a821113e6318adb87bd06cf81ec1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-12T16:41:01.787 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 12 16:41 /home/ubuntu/cephtest/cephadm 2024-02-12T16:41:01.787 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0e714d9a4bd2a821113e6318adb87bd06cf81ec1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-12T16:41:01.919 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 12 16:41 /home/ubuntu/cephtest/cephadm 2024-02-12T16:41:01.919 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T16:41:01.940 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T16:41:01.967 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-02-12T16:41:02.012 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-02-12T16:41:02.039 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-02-12T16:41:02.083 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-02-12T16:41:02.110 INFO:tasks.cephadm:Writing seed config... 2024-02-12T16:41:02.111 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-12T16:41:02.111 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-12T16:41:02.111 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-12T16:41:02.111 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-12T16:41:02.111 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-12T16:41:02.111 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-12T16:41:02.112 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-12T16:41:02.112 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-12T16:41:02.112 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:41:02.112 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-12T16:41:02.142 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 81a2a5c0-c9c5-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-12T16:41:02.142 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145.service 2024-02-12T16:41:02.185 INFO:tasks.cephadm:Bootstrapping... 2024-02-12T16:41:02.185 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -v bootstrap --fsid 81a2a5c0-c9c5-11ee-95b9-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.145 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-12T16:41:02.213 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Mon 2024-02-12 16:29:18 UTC. -- 2024-02-12T16:41:02.441 INFO:teuthology.orchestra.run.smithi145.stderr:-------------------------------------------------------------------------------- 2024-02-12T16:41:02.441 INFO:teuthology.orchestra.run.smithi145.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1', '-v', 'bootstrap', '--fsid', '81a2a5c0-c9c5-11ee-95b9-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.145', '--skip-admin-label'] 2024-02-12T16:41:04.082 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 4.6.1 2024-02-12T16:41:04.094 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying podman|docker is present... 2024-02-12T16:41:04.117 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 4.6.1 2024-02-12T16:41:04.128 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying lvm2 is present... 2024-02-12T16:41:04.128 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying time synchronization is in place... 2024-02-12T16:41:04.136 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T16:41:04.142 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-12T16:41:04.149 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: enabled 2024-02-12T16:41:04.155 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: active 2024-02-12T16:41:04.155 INFO:teuthology.orchestra.run.smithi145.stderr:Unit chronyd.service is enabled and running 2024-02-12T16:41:04.155 INFO:teuthology.orchestra.run.smithi145.stderr:Repeating the final host check... 2024-02-12T16:41:04.175 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 4.6.1 2024-02-12T16:41:04.186 INFO:teuthology.orchestra.run.smithi145.stderr:podman (/bin/podman) version 4.6.1 is present 2024-02-12T16:41:04.186 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl is present 2024-02-12T16:41:04.186 INFO:teuthology.orchestra.run.smithi145.stderr:lvcreate is present 2024-02-12T16:41:04.192 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T16:41:04.198 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-12T16:41:04.204 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: enabled 2024-02-12T16:41:04.210 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: active 2024-02-12T16:41:04.211 INFO:teuthology.orchestra.run.smithi145.stderr:Unit chronyd.service is enabled and running 2024-02-12T16:41:04.211 INFO:teuthology.orchestra.run.smithi145.stderr:Host looks OK 2024-02-12T16:41:04.211 INFO:teuthology.orchestra.run.smithi145.stderr:Cluster fsid: 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:04.211 INFO:teuthology.orchestra.run.smithi145.stderr:Acquiring lock 140176297566336 on /run/cephadm/81a2a5c0-c9c5-11ee-95b9-87774f69a715.lock 2024-02-12T16:41:04.211 INFO:teuthology.orchestra.run.smithi145.stderr:Lock 140176297566336 acquired on /run/cephadm/81a2a5c0-c9c5-11ee-95b9-87774f69a715.lock 2024-02-12T16:41:04.212 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying IP 172.21.15.145 port 3300 ... 2024-02-12T16:41:04.212 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying IP 172.21.15.145 port 6789 ... 2024-02-12T16:41:04.212 INFO:teuthology.orchestra.run.smithi145.stderr:Base mon IP(s) is [172.21.15.145:3300, 172.21.15.145:6789], mon addrv is [v2:172.21.15.145:3300,v1:172.21.15.145:6789] 2024-02-12T16:41:04.215 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-12T16:41:04.216 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 metric 100 2024-02-12T16:41:04.218 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-12T16:41:04.218 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-02-12T16:41:04.218 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-12T16:41:04.221 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-12T16:41:04.221 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-12T16:41:04.221 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T16:41:04.221 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-12T16:41:04.221 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: inet6 fe80::8951:9287:582:d53b/64 scope link noprefixroute 2024-02-12T16:41:04.221 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T16:41:04.222 INFO:teuthology.orchestra.run.smithi145.stderr:Mon IP `172.21.15.145` is in CIDR network `172.21.0.0/20` 2024-02-12T16:41:04.222 INFO:teuthology.orchestra.run.smithi145.stderr:Mon IP `172.21.15.145` is in CIDR network `172.21.0.0/20` 2024-02-12T16:41:04.222 INFO:teuthology.orchestra.run.smithi145.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-12T16:41:04.223 INFO:teuthology.orchestra.run.smithi145.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-12T16:41:04.224 INFO:teuthology.orchestra.run.smithi145.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-12T16:41:04.352 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-12T16:41:04.432 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Getting image source signatures 2024-02-12T16:41:04.432 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-12T16:41:04.432 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Copying blob sha256:955bfa9dba4a4380f93be7209d227ce2b057a09dc4ade787f31ef12d8b977cea 2024-02-12T16:41:30.625 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Copying config sha256:1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-12T16:41:30.690 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Writing manifest to image destination 2024-02-12T16:41:30.972 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-12T16:41:31.486 INFO:teuthology.orchestra.run.smithi145.stderr:ceph: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-12T16:41:31.835 INFO:teuthology.orchestra.run.smithi145.stderr:Ceph version: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-12T16:41:31.835 INFO:teuthology.orchestra.run.smithi145.stderr:Extracting ceph user uid/gid from container image... 2024-02-12T16:41:32.080 INFO:teuthology.orchestra.run.smithi145.stderr:stat: 167 167 2024-02-12T16:41:32.407 INFO:teuthology.orchestra.run.smithi145.stderr:Creating initial keys... 2024-02-12T16:41:32.635 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-authtool: AQA8SsplMc04JRAABD8h/L6ofp5/gNSrYKwOag== 2024-02-12T16:41:33.226 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-authtool: AQA9SsplzypfDBAAVhh1ToJWiL2inqDsc6NfzA== 2024-02-12T16:41:33.776 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-authtool: AQA9SsplXdqhLRAAD8xwWaq8SpkFETFH4rM8XQ== 2024-02-12T16:41:34.137 INFO:teuthology.orchestra.run.smithi145.stderr:Creating initial monmap... 2024-02-12T16:41:34.386 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T16:41:34.387 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:34.387 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T16:41:34.717 INFO:teuthology.orchestra.run.smithi145.stderr:monmaptool for smithi145 [v2:172.21.15.145:3300,v1:172.21.15.145:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T16:41:34.718 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: set fsid to 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:34.718 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T16:41:34.718 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:41:34.718 INFO:teuthology.orchestra.run.smithi145.stderr:Creating mon... 2024-02-12T16:41:35.276 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.232+0000 7f5e9054f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T16:41:35.304 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.232+0000 7f5e9054f880 1 imported monmap: 2024-02-12T16:41:35.304 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-12T16:41:35.304 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:35.304 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: last_changed 2024-02-12T16:41:34.362576+0000 2024-02-12T16:41:35.304 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: created 2024-02-12T16:41:34.362576+0000 2024-02-12T16:41:35.304 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.smithi145 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.232+0000 7f5e9054f880 0 /usr/bin/ceph-mon: set fsid to 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Compile date Feb 8 2024 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: DB SUMMARY 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 0, files: 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 2024-02-12T16:41:35.305 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.error_if_exists: 0 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.create_if_missing: 1 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.env: 0x562cc4e4d080 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.fs: Posix File System 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.info_log: 0x562cc59ff380 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.statistics: (nil) 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.use_fsync: 0 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T16:41:35.306 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.db_log_dir: 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T16:41:35.307 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.write_buffer_manager: 0x562cc5a05980 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.unordered_write: 0 2024-02-12T16:41:35.308 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.row_cache: None 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.wal_filter: None 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.two_write_queues: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.atomic_flush: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T16:41:35.309 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.max_open_files: -1 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T16:41:35.310 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Compression algorithms supported: 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kZSTD supported: 0 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kXpressCompression supported: 0 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kZlibCompression supported: 1 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.233+0000 7f5e9054f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000001 2024-02-12T16:41:35.311 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.merge_operator: 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_filter: None 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562cc5915d30) 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-12T16:41:35.312 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache: 0x562cc594ad10 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-12T16:41:35.313 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T16:41:35.314 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression: NoCompression 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.num_levels: 7 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T16:41:35.315 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T16:41:35.316 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T16:41:35.317 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.table_properties_collectors: 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.bloom_locality: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T16:41:35.318 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.ttl: 2592000 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.234+0000 7f5e9054f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.235+0000 7f5e9054f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.235+0000 7f5e9054f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.235+0000 7f5e9054f880 4 rocksdb: DB pointer 0x562cc5a13800 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.235+0000 7f5e793c1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.235+0000 7f5e793c1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T16:41:35.319 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:41:35.320 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:35.321 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:41:35.322 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.323 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:41:35.323 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-12T16:41:35.323 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.237+0000 7f5e9054f880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-12T16:41:35.323 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.237+0000 7f5e9054f880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-12T16:41:35.323 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-12T16:41:35.237+0000 7f5e9054f880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi145 for mon.smithi145 2024-02-12T16:41:35.595 INFO:teuthology.orchestra.run.smithi145.stderr:create mon.smithi145 on 2024-02-12T16:41:35.705 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-12T16:41:35.806 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715.target. 2024-02-12T16:41:35.806 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715.target. 2024-02-12T16:41:36.010 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to reset failed state of unit ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145.service: Unit ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145.service not loaded. 2024-02-12T16:41:36.016 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715.target.wants/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145.service → /etc/systemd/system/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@.service. 2024-02-12T16:41:36.447 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-12T16:41:36.454 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-12T16:41:36.455 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-12T16:41:36.455 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T16:41:36.456 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mon to start... 2024-02-12T16:41:36.456 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mon... 2024-02-12T16:41:36.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: cluster 2024-02-12T16:41:36.448264+0000 mon.smithi145 (mon.0) 1 : cluster [INF] mon.smithi145 is new leader, mons smithi145 in quorum (ranks 0) 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: cluster: 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: id: 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: services: 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi145 (age 0.455688s) 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: data: 2024-02-12T16:41:36.924 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-12T16:41:36.925 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-12T16:41:36.925 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-12T16:41:36.925 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: pgs: 2024-02-12T16:41:36.925 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:37.262 INFO:teuthology.orchestra.run.smithi145.stderr:mon is available 2024-02-12T16:41:37.262 INFO:teuthology.orchestra.run.smithi145.stderr:Assimilating anything we can from ceph.conf... 2024-02-12T16:41:37.696 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:37.696 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [global] 2024-02-12T16:41:37.696 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: fsid = 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.145:3300,v1:172.21.15.145:6789] 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [mgr] 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [osd] 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T16:41:37.697 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T16:41:37.843 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: cluster 2024-02-12T16:41:36.465064+0000 mon.smithi145 (mon.0) 2 : cluster [INF] mon.smithi145 is new leader, mons smithi145 in quorum (ranks 0) 2024-02-12T16:41:37.843 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: cluster 2024-02-12T16:41:36.465302+0000 mon.smithi145 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2024-02-12T16:41:37.843 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: cluster 2024-02-12T16:41:36.468542+0000 mon.smithi145 (mon.0) 4 : cluster [DBG] fsmap 2024-02-12T16:41:37.843 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: cluster 2024-02-12T16:41:36.471937+0000 mon.smithi145 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T16:41:37.843 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: cluster 2024-02-12T16:41:36.472442+0000 mon.smithi145 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T16:41:37.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: audit 2024-02-12T16:41:36.920703+0000 mon.smithi145 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.145:0/71987162' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-12T16:41:38.028 INFO:teuthology.orchestra.run.smithi145.stderr:Generating new minimal ceph.conf... 2024-02-12T16:41:38.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: audit 2024-02-12T16:41:37.690686+0000 mon.smithi145 (mon.0) 8 : audit [INF] from='client.? 172.21.15.145:0/1956998970' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T16:41:38.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: audit 2024-02-12T16:41:37.693392+0000 mon.smithi145 (mon.0) 9 : audit [INF] from='client.? 172.21.15.145:0/1956998970' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-12T16:41:38.738 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: audit 2024-02-12T16:41:38.415495+0000 mon.smithi145 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.145:0/2789128972' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:41:38.783 INFO:teuthology.orchestra.run.smithi145.stderr:Restarting the monitor... 2024-02-12T16:41:39.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:38 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715... 2024-02-12T16:41:39.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:38 smithi145 bash[33084]: Error: no container with name or ID "ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon.smithi145" found: no such container 2024-02-12T16:41:39.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: debug 2024-02-12T16:41:39.012+0000 7fbb28f21700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi145 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-12T16:41:39.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[32762]: debug 2024-02-12T16:41:39.012+0000 7fbb28f21700 -1 mon.smithi145@0(leader) e1 *** Got Signal Terminated *** 2024-02-12T16:41:39.582 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 bash[33122]: ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145 2024-02-12T16:41:39.846 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 systemd[1]: ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145.service: Succeeded. 2024-02-12T16:41:39.847 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 systemd[1]: Stopped Ceph mon.smithi145 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715. 2024-02-12T16:41:39.847 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 systemd[1]: Starting Ceph mon.smithi145 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715... 2024-02-12T16:41:39.939 INFO:teuthology.orchestra.run.smithi145.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.889+0000 7f4e6f5a7880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.889+0000 7f4e6f5a7880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.889+0000 7f4e6f5a7880 0 pidfile_write: ignore empty --pid-file 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.893+0000 7f4e6f5a7880 0 load: jerasure load: lrc load: isa 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Compile date Feb 8 2024 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: DB SUMMARY 2024-02-12T16:41:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: CURRENT file: CURRENT 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 1, files: 000004.sst 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 000006.log size: 82256 ; 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.error_if_exists: 0 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.create_if_missing: 0 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T16:41:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.env: 0x55b586a79080 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.fs: Posix File System 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.info_log: 0x55b587889d20 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.statistics: (nil) 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.use_fsync: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T16:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.db_log_dir: 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.write_buffer_manager: 0x55b588586420 2024-02-12T16:41:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.unordered_write: 0 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.row_cache: None 2024-02-12T16:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.wal_filter: None 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.two_write_queues: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.atomic_flush: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T16:41:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T16:41:40.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T16:41:40.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T16:41:40.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T16:41:40.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T16:41:40.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T16:41:40.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_open_files: -1 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Compression algorithms supported: 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kZSTD supported: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kXpressCompression supported: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kZlibCompression supported: 1 2024-02-12T16:41:40.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000005 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.merge_operator: 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_filter: None 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b587839d28) 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cache_index_and_filter_blocks: 1 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T16:41:40.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: pin_top_level_index_and_filter: 1 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: index_type: 0 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: data_block_index_type: 0 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: index_shortening: 1 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: data_block_hash_table_util_ratio: 0.750000 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: hash_index_allow_collision: 1 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: checksum: 1 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: no_block_cache: 0 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_cache: 0x55b58786ef10 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_cache_name: BinnedLRUCache 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_cache_options: 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: capacity : 536870912 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: num_shard_bits : 4 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: strict_capacity_limit : 0 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: high_pri_pool_ratio: 0.000 2024-02-12T16:41:40.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_cache_compressed: (nil) 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: persistent_cache: (nil) 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_size: 4096 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_size_deviation: 10 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_restart_interval: 16 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: index_block_restart_interval: 1 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: metadata_block_size: 4096 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: partition_filters: 0 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: use_delta_encoding: 1 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: whole_key_filtering: 1 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: verify_compression: 0 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: read_amp_bytes_per_bit: 0 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: format_version: 2 2024-02-12T16:41:40.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: enable_index_compression: 1 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: block_align: 0 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression: NoCompression 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.num_levels: 7 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T16:41:40.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T16:41:40.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T16:41:40.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.table_properties_collectors: 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T16:41:40.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.bloom_locality: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.ttl: 2592000 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.894+0000 7f4e6f5a7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.895+0000 7f4e6f5a7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.895+0000 7f4e6f5a7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.895+0000 7f4e6f5a7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707756099896321, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-12T16:41:40.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.895+0000 7f4e6f5a7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.896+0000 7f4e6f5a7880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.896+0000 7f4e6f5a7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707756099897202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 79095, "table_properties": {"data_size": 77389, "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": 9414, "raw_average_key_size": 47, "raw_value_size": 72002, "raw_average_value_size": 365, "num_data_blocks": 10, "num_entries": 197, "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": 1707756099, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.896+0000 7f4e6f5a7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.897+0000 7f4e6f5a7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707756099897648, "job": 1, "event": "recovery_finished"} 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.897+0000 7f4e6f5a7880 4 rocksdb: DB pointer 0x55b587937800 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.897+0000 7f4e56398700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.897+0000 7f4e56398700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** DB Stats ** 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-12T16:41:40.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** Compaction Stats [default] ** 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: L0 2/0 78.93 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Sum 2/0 78.93 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** Compaction Stats [default] ** 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:40.166 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Cumulative compaction: 0.00 GB write, 25.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Interval compaction: 0.00 GB write, 25.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** Compaction Stats [default] ** 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: L0 2/0 78.93 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Sum 2/0 78.93 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-12T16:41:40.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** Compaction Stats [default] ** 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 127.2 0.00 0.00 1 0.001 0 0 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Cumulative compaction: 0.00 GB write, 25.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.898+0000 7f4e6f5a7880 0 starting mon.smithi145 rank 0 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi145 fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 1 mon.smithi145@-1(???) e1 preinit fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 0 mon.smithi145@-1(???).mds e1 new map 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 0 mon.smithi145@-1(???).mds e1 print_map 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: e1 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: legacy client fscid: -1 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: No filesystems configured 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 0 mon.smithi145@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 0 mon.smithi145@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 0 mon.smithi145@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:41:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 0 mon.smithi145@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:37.690686+0000 mon.smithi145 (mon.0) 8 : audit [INF] from='client.? 172.21.15.145:0/1956998970' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:37.693392+0000 mon.smithi145 (mon.0) 9 : audit [INF] from='client.? 172.21.15.145:0/1956998970' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:38.415495+0000 mon.smithi145 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.145:0/2789128972' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T16:41:39.899+0000 7f4e6f5a7880 1 mon.smithi145@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 bash[33240]: 8824c28bbf4cac111731ff13cb1ec5649b3031fc2b27633329257fbed0445794 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 systemd[1]: Started Ceph mon.smithi145 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715. 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:39.915373+0000 mon.smithi145 (mon.0) 1 : cluster [INF] mon.smithi145 is new leader, mons smithi145 in quorum (ranks 0) 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:39.915430+0000 mon.smithi145 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:39.915799+0000 mon.smithi145 (mon.0) 3 : cluster [DBG] fsmap 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:39.915828+0000 mon.smithi145 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T16:41:40.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:39.916209+0000 mon.smithi145 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T16:41:40.702 INFO:teuthology.orchestra.run.smithi145.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-12T16:41:40.702 INFO:teuthology.orchestra.run.smithi145.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-12T16:41:40.702 INFO:teuthology.orchestra.run.smithi145.stderr:Creating mgr... 2024-02-12T16:41:40.703 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying port 9283 ... 2024-02-12T16:41:40.832 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to reset failed state of unit ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mgr.smithi145.wseuez.service: Unit ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mgr.smithi145.wseuez.service not loaded. 2024-02-12T16:41:40.838 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715.target.wants/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mgr.smithi145.wseuez.service → /etc/systemd/system/ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@.service. 2024-02-12T16:41:41.346 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-12T16:41:41.354 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-12T16:41:41.355 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-12T16:41:41.355 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T16:41:41.364 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-12T16:41:41.371 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-12T16:41:41.372 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-12T16:41:41.372 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-12T16:41:41.372 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr to start... 2024-02-12T16:41:41.372 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr... 2024-02-12T16:41:41.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:40.359259+0000 mon.smithi145 (mon.0) 6 : audit [INF] from='client.? 172.21.15.145:0/4202420744' entity='client.admin' 2024-02-12T16:41:41.795 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:41.795 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:41:41.795 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsid": "81a2a5c0-c9c5-11ee-95b9-87774f69a715", 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "health": { 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 0 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "smithi145" 2024-02-12T16:41:41.796 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T16:41:41.797 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T16:41:41.801 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": false, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "iostat", 2024-02-12T16:41:41.802 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "nfs", 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "restful" 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modified": "2024-02-12T16:41:36.466796+0000", 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T16:41:41.803 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:41:42.136 INFO:teuthology.orchestra.run.smithi145.stderr:mgr not available, waiting (1/15)... 2024-02-12T16:41:42.634 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:41.790966+0000 mon.smithi145 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.145:0/3834120781' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsid": "81a2a5c0-c9c5-11ee-95b9-87774f69a715", 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "health": { 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T16:41:44.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 0 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "smithi145" 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-12T16:41:44.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T16:41:44.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T16:41:44.557 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": false, 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "iostat", 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "nfs", 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "restful" 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modified": "2024-02-12T16:41:36.466796+0000", 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T16:41:44.558 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:41:44.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:44.546178+0000 mon.smithi145 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.145:0/4237000675' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T16:41:44.910 INFO:teuthology.orchestra.run.smithi145.stderr:mgr not available, waiting (2/15)... 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:46.625812+0000 mon.smithi145 (mon.0) 9 : cluster [INF] Activating manager daemon smithi145.wseuez 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:46.628489+0000 mon.smithi145 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi145.wseuez(active, starting, since 0.00278884s) 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.629499+0000 mon.smithi145 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.629723+0000 mon.smithi145 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.629930+0000 mon.smithi145 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.630131+0000 mon.smithi145 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.630365+0000 mon.smithi145 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr metadata", "who": "smithi145.wseuez", "id": "smithi145.wseuez"}]: dispatch 2024-02-12T16:41:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:46.644105+0000 mon.smithi145 (mon.0) 16 : cluster [INF] Manager daemon smithi145.wseuez is now available 2024-02-12T16:41:46.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.655087+0000 mon.smithi145 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' 2024-02-12T16:41:46.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.658519+0000 mon.smithi145 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:41:46.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.661298+0000 mon.smithi145 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/trash_purge_schedule"}]: dispatch 2024-02-12T16:41:46.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.666624+0000 mon.smithi145 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' 2024-02-12T16:41:46.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:46.671577+0000 mon.smithi145 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.145:0/3778976283' entity='mgr.smithi145.wseuez' 2024-02-12T16:41:48.233 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:48.233 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:41:48.233 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsid": "81a2a5c0-c9c5-11ee-95b9-87774f69a715", 2024-02-12T16:41:48.233 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "health": { 2024-02-12T16:41:48.233 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 0 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "smithi145" 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T16:41:48.234 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T16:41:48.235 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T16:41:48.238 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T16:41:48.238 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:48.239 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": true, 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "iostat", 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "nfs", 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "restful" 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.240 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T16:41:48.241 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T16:41:48.241 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modified": "2024-02-12T16:41:36.466796+0000", 2024-02-12T16:41:48.241 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-12T16:41:48.241 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-12T16:41:48.241 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T16:41:48.241 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:41:48.584 INFO:teuthology.orchestra.run.smithi145.stderr:mgr is available 2024-02-12T16:41:48.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:47.631595+0000 mon.smithi145 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi145.wseuez(active, since 1.00589s) 2024-02-12T16:41:48.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:48.229139+0000 mon.smithi145 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.145:0/1601033157' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T16:41:49.091 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:49.091 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [global] 2024-02-12T16:41:49.091 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: fsid = 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:41:49.091 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [mgr] 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [osd] 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T16:41:49.092 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T16:41:49.426 INFO:teuthology.orchestra.run.smithi145.stderr:Enabling cephadm module... 2024-02-12T16:41:49.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:49.088147+0000 mon.smithi145 (mon.0) 24 : audit [INF] from='client.? 172.21.15.145:0/1846327583' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T16:41:50.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:49.632688+0000 mon.smithi145 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi145.wseuez(active, since 3s) 2024-02-12T16:41:50.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:49.982633+0000 mon.smithi145 (mon.0) 26 : audit [INF] from='client.? 172.21.15.145:0/1998370064' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-12T16:41:51.799 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:41:51.799 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-12T16:41:51.799 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": true, 2024-02-12T16:41:51.799 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "active_name": "smithi145.wseuez", 2024-02-12T16:41:51.799 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T16:41:51.799 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:41:52.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:50.907427+0000 mon.smithi145 (mon.0) 27 : audit [INF] from='client.? 172.21.15.145:0/1998370064' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-12T16:41:52.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:50.907484+0000 mon.smithi145 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi145.wseuez(active, since 4s) 2024-02-12T16:41:52.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:51.796787+0000 mon.smithi145 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.145:0/3958187028' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T16:41:52.150 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for the mgr to restart... 2024-02-12T16:41:52.150 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr epoch 5... 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:56.287537+0000 mon.smithi145 (mon.0) 30 : cluster [INF] Active manager daemon smithi145.wseuez restarted 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:56.287757+0000 mon.smithi145 (mon.0) 31 : cluster [INF] Activating manager daemon smithi145.wseuez 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:56.291074+0000 mon.smithi145 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:56.291223+0000 mon.smithi145 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi145.wseuez(active, starting, since 0.00354651s) 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.291840+0000 mon.smithi145 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.292589+0000 mon.smithi145 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr metadata", "who": "smithi145.wseuez", "id": "smithi145.wseuez"}]: dispatch 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.293261+0000 mon.smithi145 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:41:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.293414+0000 mon.smithi145 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:41:56.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.293543+0000 mon.smithi145 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:41:56.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:56.307060+0000 mon.smithi145 (mon.0) 39 : cluster [INF] Manager daemon smithi145.wseuez is now available 2024-02-12T16:41:56.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.319252+0000 mon.smithi145 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:41:57.300 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:41:57.300 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-12T16:41:57.300 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T16:41:57.300 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:41:57.624 INFO:teuthology.orchestra.run.smithi145.stderr:mgr epoch 5 is available 2024-02-12T16:41:57.624 INFO:teuthology.orchestra.run.smithi145.stderr:Setting orchestrator backend to cephadm... 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:41:56.316655+0000 mgr.smithi145.wseuez (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.404707+0000 mon.smithi145 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.405816+0000 mon.smithi145 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.407458+0000 mon.smithi145 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.414361+0000 mon.smithi145 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.422062+0000 mon.smithi145 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:56.424738+0000 mon.smithi145 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/trash_purge_schedule"}]: dispatch 2024-02-12T16:41:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:57.292662+0000 mon.smithi145 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi145.wseuez(active, since 1.00498s) 2024-02-12T16:41:58.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:57.291806+0000 mgr.smithi145.wseuez (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T16:41:58.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:57.298306+0000 mgr.smithi145.wseuez (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T16:41:58.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:58.131976+0000 mon.smithi145 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:41:58.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:58.184512+0000 mon.smithi145 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:41:59.644 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:41:58.127868+0000 mgr.smithi145.wseuez (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:41:59.644 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:41:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:41:59.133255+0000 mon.smithi145 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi145.wseuez(active, since 2s) 2024-02-12T16:42:01.246 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: value unchanged 2024-02-12T16:42:02.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:01.203643+0000 mgr.smithi145.wseuez (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:03.518 INFO:teuthology.orchestra.run.smithi145.stderr:Generating ssh key... 2024-02-12T16:42:06.305 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:04.911485+0000 mgr.smithi145.wseuez (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:06.305 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:04.911723+0000 mgr.smithi145.wseuez (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-12T16:42:06.305 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:05.184887+0000 mon.smithi145 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:06.305 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:05.187532+0000 mon.smithi145 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:07.413 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQRV+7zMPshjOjeelDL0RjAlbQ3MahrNeN+5tzJqWOYhLeQUUNblmvPEGNS+uLZ073MiDTbuRMxpuoWNSSxZxTfMpdmXJrXi2423hTM4+khIJ9miJf5obHZb124RnQkjG3XvvyGqjpBmeND1o9rloI253gxkZnTyQd7l5pxpAcWcz1CGzFRSqRL3MGlNByjUnYiFfAegusdOVOoKXU1nmic2jAIECajTQubIUKjSg+eQnxyWjS2oG6oc3AkhCC4+w0MwogEwdKAjikdk6NMBfevxXBMtMJgwR8eWx7SE5VqSpP6kw1hZyNlIdyPYwjJOsMN3dxnYhMCWPoBCQIcM01JfurHly583+4pY+7lvrL/zIL4OCAre31ZwZeAW5o430pSXc2Zu0AeviULsGsvG1bsh4qrgJI+dn5aQ4j9Hm1o7zEdFfZd8EiqAJXmIc9fZIdVa6E6yVRqIVBEauyaJ1biNVhjyhDx6KvcILngDgxULkuz/5zp6u+G52ZkgevClk= ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:42:07.765 INFO:teuthology.orchestra.run.smithi145.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-12T16:42:07.765 INFO:teuthology.orchestra.run.smithi145.stderr:Adding key to root@localhost authorized_keys... 2024-02-12T16:42:07.766 INFO:teuthology.orchestra.run.smithi145.stderr:Adding host smithi145... 2024-02-12T16:42:08.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:07.411855+0000 mgr.smithi145.wseuez (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:08.875 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Added host 'smithi145' with addr '172.21.15.145' 2024-02-12T16:42:09.187 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying mon service with default placement... 2024-02-12T16:42:09.751 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-12T16:42:10.046 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:08.265572+0000 mgr.smithi145.wseuez (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "addr": "172.21.15.145", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:10.046 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:08.872321+0000 mon.smithi145 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:10.046 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:08.872591+0000 mgr.smithi145.wseuez (mgr.14116) 10 : cephadm [INF] Added host smithi145 2024-02-12T16:42:10.046 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:08.875059+0000 mon.smithi145 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:42:10.046 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:09.749083+0000 mon.smithi145 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:10.100 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying mgr service with default placement... 2024-02-12T16:42:10.689 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-12T16:42:11.063 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying crash service with default placement... 2024-02-12T16:42:11.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:09.745247+0000 mgr.smithi145.wseuez (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:11.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:09.746808+0000 mgr.smithi145.wseuez (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-12T16:42:11.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:10.636108+0000 mon.smithi145 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:11.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:10.687322+0000 mon.smithi145 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:11.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:10.878736+0000 mon.smithi145 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:11.587 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-12T16:42:12.225 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:10.684024+0000 mgr.smithi145.wseuez (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:12.225 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:10.684899+0000 mgr.smithi145.wseuez (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-12T16:42:12.225 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:11.585048+0000 mon.smithi145 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:12.225 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:11.748275+0000 mon.smithi145 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:12.229 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying prometheus service with default placement... 2024-02-12T16:42:12.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-12T16:42:13.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:11.581718+0000 mgr.smithi145.wseuez (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:13.257 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:11.582678+0000 mgr.smithi145.wseuez (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-12T16:42:13.288 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying grafana service with default placement... 2024-02-12T16:42:13.786 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-12T16:42:14.121 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying node-exporter service with default placement... 2024-02-12T16:42:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:12.948221+0000 mgr.smithi145.wseuez (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:12.949017+0000 mgr.smithi145.wseuez (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-12T16:42:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:12.950983+0000 mon.smithi145 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:13.781221+0000 mgr.smithi145.wseuez (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:13.782093+0000 mgr.smithi145.wseuez (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-12T16:42:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:13.784295+0000 mon.smithi145 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:14.640 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-12T16:42:14.979 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying alertmanager service with default placement... 2024-02-12T16:42:15.473 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-12T16:42:15.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:14.635313+0000 mgr.smithi145.wseuez (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:15.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:14.636165+0000 mgr.smithi145.wseuez (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-12T16:42:15.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:14.638476+0000 mon.smithi145 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:15.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:15.471196+0000 mon.smithi145 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.145:0/1137301034' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:16.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:15.468142+0000 mgr.smithi145.wseuez (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:16.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:15.468914+0000 mgr.smithi145.wseuez (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-12T16:42:16.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:16.312490+0000 mon.smithi145 (mon.0) 65 : audit [INF] from='client.? 172.21.15.145:0/2918154351' entity='client.admin' 2024-02-12T16:42:17.512 INFO:teuthology.orchestra.run.smithi145.stderr:Enabling the dashboard module... 2024-02-12T16:42:17.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:16.294626+0000 mgr.smithi145.wseuez (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:17.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:17.172941+0000 mon.smithi145 (mon.0) 66 : audit [INF] from='client.? 172.21.15.145:0/2617422652' entity='client.admin' 2024-02-12T16:42:18.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:18.072457+0000 mon.smithi145 (mon.0) 67 : audit [INF] from='client.? 172.21.15.145:0/3809064411' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-12T16:42:19.562 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:42:19.562 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-12T16:42:19.562 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": true, 2024-02-12T16:42:19.562 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "active_name": "smithi145.wseuez", 2024-02-12T16:42:19.562 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T16:42:19.562 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:42:19.895 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for the mgr to restart... 2024-02-12T16:42:19.895 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr epoch 9... 2024-02-12T16:42:19.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:18.646316+0000 mon.smithi145 (mon.0) 68 : audit [INF] from='client.? 172.21.15.145:0/3809064411' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-12T16:42:19.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:18.646361+0000 mon.smithi145 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi145.wseuez(active, since 22s) 2024-02-12T16:42:19.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:19.559868+0000 mon.smithi145 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.145:0/1260578233' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T16:42:24.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:24.044582+0000 mon.smithi145 (mon.0) 71 : cluster [INF] Active manager daemon smithi145.wseuez restarted 2024-02-12T16:42:24.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:24.044812+0000 mon.smithi145 (mon.0) 72 : cluster [INF] Activating manager daemon smithi145.wseuez 2024-02-12T16:42:24.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:24.047772+0000 mon.smithi145 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-12T16:42:24.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:24.047905+0000 mon.smithi145 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi145.wseuez(active, starting, since 0.00318236s) 2024-02-12T16:42:24.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.048929+0000 mon.smithi145 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-12T16:42:24.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.049561+0000 mon.smithi145 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr metadata", "who": "smithi145.wseuez", "id": "smithi145.wseuez"}]: dispatch 2024-02-12T16:42:24.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.050201+0000 mon.smithi145 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:42:24.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.050338+0000 mon.smithi145 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:42:24.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.050463+0000 mon.smithi145 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:42:24.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:24.064062+0000 mon.smithi145 (mon.0) 80 : cluster [INF] Manager daemon smithi145.wseuez is now available 2024-02-12T16:42:25.057 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-12T16:42:25.057 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-12T16:42:25.057 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T16:42:25.057 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-12T16:42:25.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.159540+0000 mon.smithi145 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:42:25.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.160854+0000 mon.smithi145 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:42:25.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.185523+0000 mon.smithi145 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:42:25.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.188405+0000 mon.smithi145 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/trash_purge_schedule"}]: dispatch 2024-02-12T16:42:25.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:24.998477+0000 mon.smithi145 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:25.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:25.049554+0000 mon.smithi145 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi145.wseuez(active, since 1.00483s) 2024-02-12T16:42:25.394 INFO:teuthology.orchestra.run.smithi145.stderr:mgr epoch 9 is available 2024-02-12T16:42:25.395 INFO:teuthology.orchestra.run.smithi145.stderr:Generating a dashboard self-signed certificate... 2024-02-12T16:42:26.098 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-12T16:42:26.251 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:25.048803+0000 mgr.smithi145.wseuez (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T16:42:26.251 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:25.055029+0000 mgr.smithi145.wseuez (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T16:42:26.251 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:26.095023+0000 mon.smithi145 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:26.251 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:26.096881+0000 mon.smithi145 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:26.435 INFO:teuthology.orchestra.run.smithi145.stderr:Creating initial admin user... 2024-02-12T16:42:27.203 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$NvE6PMuh22gsR31iR5K1s.fnqPioEnLvOaFlRFYDNpwH22FntoLZK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707756147, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-12T16:42:27.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:26.037469+0000 mgr.smithi145.wseuez (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:27.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:26.100029+0000 mon.smithi145 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi145.wseuez(active, since 2s) 2024-02-12T16:42:27.543 INFO:teuthology.orchestra.run.smithi145.stderr:Fetching dashboard port number... 2024-02-12T16:42:28.100 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 8443 2024-02-12T16:42:28.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:26.982786+0000 mgr.smithi145.wseuez (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-02-12T16:42:28.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:27.201863+0000 mon.smithi145 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:28.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:28.098522+0000 mon.smithi145 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.145:0/3481877333' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-12T16:42:28.443 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-12T16:42:28.450 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-12T16:42:28.451 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-12T16:42:28.451 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr:Ceph Dashboard is now available at: 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr: URL: https://smithi145.front.sepia.ceph.com:8443/ 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr: User: admin 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr: Password: 8a761o7ftg 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:28.453 INFO:teuthology.orchestra.run.smithi145.stderr:Enabling autotune for osd_memory_target 2024-02-12T16:42:29.918 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr:Or, if you are only running a single cluster on this host: 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.293 INFO:teuthology.orchestra.run.smithi145.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: ceph telemetry on 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr:For more information see: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T16:42:30.294 INFO:teuthology.orchestra.run.smithi145.stderr:Bootstrap complete. 2024-02-12T16:42:30.331 INFO:tasks.cephadm:Fetching config... 2024-02-12T16:42:30.331 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:42:30.331 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-12T16:42:30.349 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-12T16:42:30.350 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:42:30.350 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-12T16:42:30.406 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-12T16:42:30.406 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:42:30.406 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/keyring of=/dev/stdout 2024-02-12T16:42:30.476 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-12T16:42:30.476 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:42:30.476 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-12T16:42:30.534 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-12T16:42:30.534 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQRV+7zMPshjOjeelDL0RjAlbQ3MahrNeN+5tzJqWOYhLeQUUNblmvPEGNS+uLZ073MiDTbuRMxpuoWNSSxZxTfMpdmXJrXi2423hTM4+khIJ9miJf5obHZb124RnQkjG3XvvyGqjpBmeND1o9rloI253gxkZnTyQd7l5pxpAcWcz1CGzFRSqRL3MGlNByjUnYiFfAegusdOVOoKXU1nmic2jAIECajTQubIUKjSg+eQnxyWjS2oG6oc3AkhCC4+w0MwogEwdKAjikdk6NMBfevxXBMtMJgwR8eWx7SE5VqSpP6kw1hZyNlIdyPYwjJOsMN3dxnYhMCWPoBCQIcM01JfurHly583+4pY+7lvrL/zIL4OCAre31ZwZeAW5o430pSXc2Zu0AeviULsGsvG1bsh4qrgJI+dn5aQ4j9Hm1o7zEdFfZd8EiqAJXmIc9fZIdVa6E6yVRqIVBEauyaJ1biNVhjyhDx6KvcILngDgxULkuz/5zp6u+G52ZkgevClk= ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T16:42:30.612 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQRV+7zMPshjOjeelDL0RjAlbQ3MahrNeN+5tzJqWOYhLeQUUNblmvPEGNS+uLZ073MiDTbuRMxpuoWNSSxZxTfMpdmXJrXi2423hTM4+khIJ9miJf5obHZb124RnQkjG3XvvyGqjpBmeND1o9rloI253gxkZnTyQd7l5pxpAcWcz1CGzFRSqRL3MGlNByjUnYiFfAegusdOVOoKXU1nmic2jAIECajTQubIUKjSg+eQnxyWjS2oG6oc3AkhCC4+w0MwogEwdKAjikdk6NMBfevxXBMtMJgwR8eWx7SE5VqSpP6kw1hZyNlIdyPYwjJOsMN3dxnYhMCWPoBCQIcM01JfurHly583+4pY+7lvrL/zIL4OCAre31ZwZeAW5o430pSXc2Zu0AeviULsGsvG1bsh4qrgJI+dn5aQ4j9Hm1o7zEdFfZd8EiqAJXmIc9fZIdVa6E6yVRqIVBEauyaJ1biNVhjyhDx6KvcILngDgxULkuz/5zp6u+G52ZkgevClk= ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:42:30.624 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQRV+7zMPshjOjeelDL0RjAlbQ3MahrNeN+5tzJqWOYhLeQUUNblmvPEGNS+uLZ073MiDTbuRMxpuoWNSSxZxTfMpdmXJrXi2423hTM4+khIJ9miJf5obHZb124RnQkjG3XvvyGqjpBmeND1o9rloI253gxkZnTyQd7l5pxpAcWcz1CGzFRSqRL3MGlNByjUnYiFfAegusdOVOoKXU1nmic2jAIECajTQubIUKjSg+eQnxyWjS2oG6oc3AkhCC4+w0MwogEwdKAjikdk6NMBfevxXBMtMJgwR8eWx7SE5VqSpP6kw1hZyNlIdyPYwjJOsMN3dxnYhMCWPoBCQIcM01JfurHly583+4pY+7lvrL/zIL4OCAre31ZwZeAW5o430pSXc2Zu0AeviULsGsvG1bsh4qrgJI+dn5aQ4j9Hm1o7zEdFfZd8EiqAJXmIc9fZIdVa6E6yVRqIVBEauyaJ1biNVhjyhDx6KvcILngDgxULkuz/5zp6u+G52ZkgevClk= ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T16:42:30.671 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQRV+7zMPshjOjeelDL0RjAlbQ3MahrNeN+5tzJqWOYhLeQUUNblmvPEGNS+uLZ073MiDTbuRMxpuoWNSSxZxTfMpdmXJrXi2423hTM4+khIJ9miJf5obHZb124RnQkjG3XvvyGqjpBmeND1o9rloI253gxkZnTyQd7l5pxpAcWcz1CGzFRSqRL3MGlNByjUnYiFfAegusdOVOoKXU1nmic2jAIECajTQubIUKjSg+eQnxyWjS2oG6oc3AkhCC4+w0MwogEwdKAjikdk6NMBfevxXBMtMJgwR8eWx7SE5VqSpP6kw1hZyNlIdyPYwjJOsMN3dxnYhMCWPoBCQIcM01JfurHly583+4pY+7lvrL/zIL4OCAre31ZwZeAW5o430pSXc2Zu0AeviULsGsvG1bsh4qrgJI+dn5aQ4j9Hm1o7zEdFfZd8EiqAJXmIc9fZIdVa6E6yVRqIVBEauyaJ1biNVhjyhDx6KvcILngDgxULkuz/5zp6u+G52ZkgevClk= ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:42:30.684 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-12T16:42:31.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:29.914432+0000 mon.smithi145 (mon.0) 92 : audit [INF] from='client.? 172.21.15.145:0/3766749938' entity='client.admin' 2024-02-12T16:42:31.986 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:30.921432+0000 mon.smithi145 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi145.wseuez(active, since 6s) 2024-02-12T16:42:32.491 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-12T16:42:32.491 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-12T16:42:33.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:32.125678+0000 mon.smithi145 (mon.0) 94 : audit [INF] from='client.? 172.21.15.145:0/449248794' entity='client.admin' 2024-02-12T16:42:34.307 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-02-12T16:42:34.307 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:42:34.307 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-02-12T16:42:34.328 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:42:34.328 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T16:42:34.388 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-02-12T16:42:34.388 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch host add smithi160 2024-02-12T16:42:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:33.515260+0000 mon.smithi145 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:33.843160+0000 mon.smithi145 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:42:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:33.846452+0000 mon.smithi145 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:33.947981+0000 mon.smithi145 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:33.854562+0000 mgr.smithi145.wseuez (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi145 on smithi145 2024-02-12T16:42:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:33.942892+0000 mgr.smithi145.wseuez (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:42:41.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:39.911763+0000 mon.smithi145 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:41.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:39.913736+0000 mon.smithi145 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:42:41.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:39.915240+0000 mon.smithi145 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T16:42:41.272 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:39.915807+0000 mon.smithi145 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:42:41.272 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:39.916266+0000 mgr.smithi145.wseuez (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi145 on smithi145 2024-02-12T16:42:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:41.423677+0000 mon.smithi145 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:41.543251+0000 mon.smithi145 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:41.545790+0000 mon.smithi145 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:41.547681+0000 mon.smithi145 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T16:42:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:41.548011+0000 mgr.smithi145.wseuez (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T16:42:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:41.551167+0000 mon.smithi145 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:42.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:41.558014+0000 mgr.smithi145.wseuez (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi145 on smithi145 2024-02-12T16:42:45.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:44.051423+0000 mgr.smithi145.wseuez (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:45.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:44.185103+0000 mon.smithi145 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:47.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:46.051663+0000 mgr.smithi145.wseuez (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:49.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:48.051891+0000 mgr.smithi145.wseuez (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:51.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:50.052130+0000 mgr.smithi145.wseuez (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:53.356 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:52.052513+0000 mgr.smithi145.wseuez (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:54.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:53.220990+0000 mon.smithi145 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:54.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:42:53.223115+0000 mgr.smithi145.wseuez (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2024-02-12T16:42:54.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:54.188406+0000 mon.smithi145 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:55.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:54.052776+0000 mgr.smithi145.wseuez (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:42:56.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:55.516434+0000 mon.smithi145 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' 2024-02-12T16:42:56.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:55.518478+0000 mon.smithi145 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-12T16:42:57.870 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:42:56.520882+0000 mon.smithi145 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.145:0/1355865285' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-12T16:42:57.870 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:42:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:42:56.520949+0000 mon.smithi145 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi145.wseuez(active, since 32s) 2024-02-12T16:43:02.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:01.821481+0000 mon.smithi145 (mon.0) 115 : cluster [INF] Active manager daemon smithi145.wseuez restarted 2024-02-12T16:43:02.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:01.821710+0000 mon.smithi145 (mon.0) 116 : cluster [INF] Activating manager daemon smithi145.wseuez 2024-02-12T16:43:02.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:01.824418+0000 mon.smithi145 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-12T16:43:02.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:01.824529+0000 mon.smithi145 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi145.wseuez(active, starting, since 0.00291945s) 2024-02-12T16:43:02.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.825625+0000 mon.smithi145 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-12T16:43:02.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.826146+0000 mon.smithi145 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr metadata", "who": "smithi145.wseuez", "id": "smithi145.wseuez"}]: dispatch 2024-02-12T16:43:02.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.826766+0000 mon.smithi145 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T16:43:02.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.826923+0000 mon.smithi145 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T16:43:02.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.827049+0000 mon.smithi145 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T16:43:02.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:01.841932+0000 mon.smithi145 (mon.0) 124 : cluster [INF] Manager daemon smithi145.wseuez is now available 2024-02-12T16:43:03.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.937334+0000 mon.smithi145 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:03.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.938571+0000 mon.smithi145 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:03.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.965077+0000 mon.smithi145 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:03.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.977568+0000 mon.smithi145 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/mirror_snapshot_schedule"}]: dispatch 2024-02-12T16:43:03.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:01.980777+0000 mon.smithi145 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.wseuez/trash_purge_schedule"}]: dispatch 2024-02-12T16:43:03.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:02.826542+0000 mon.smithi145 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi145.wseuez(active, since 1.00493s) 2024-02-12T16:43:03.452 INFO:teuthology.orchestra.run.smithi160.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-02-12T16:43:03.830 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-12T16:43:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:03.448555+0000 mon.smithi145 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:03.449053+0000 mgr.smithi145.wseuez (mgr.14180) 2 : cephadm [INF] Added host smithi160 2024-02-12T16:43:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:03.955338+0000 mon.smithi145 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.236960+0000 mon.smithi145 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:43:04.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.237754+0000 mon.smithi145 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:04.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.238291+0000 mon.smithi145 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:43:04.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.289405+0000 mon.smithi145 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:04.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.291680+0000 mon.smithi145 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:04.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.295304+0000 mon.smithi145 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-12T16:43:05.132 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:43:05.132 INFO:teuthology.orchestra.run.smithi160.stdout:[{"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-02-12T16:43:05.502 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-12T16:43:05.502 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-12T16:43:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:04.239320+0000 mgr.smithi145.wseuez (mgr.14180) 3 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-02-12T16:43:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:04.258721+0000 mgr.smithi145.wseuez (mgr.14180) 4 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2024-02-12T16:43:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:04.451756+0000 mon.smithi145 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-12T16:43:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:04.451798+0000 mon.smithi145 (mon.0) 140 : cluster [DBG] mgrmap e17: smithi145.wseuez(active, since 2s) 2024-02-12T16:43:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:04.460097+0000 mgr.smithi145.wseuez (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi145 on smithi145 2024-02-12T16:43:06.853 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:05.129973+0000 mgr.smithi145.wseuez (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:43:07.460 INFO:teuthology.orchestra.run.smithi145.stderr:adjusted tunables profile to default 2024-02-12T16:43:07.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:07.258691+0000 mon.smithi145 (mon.0) 141 : audit [INF] from='client.? 172.21.15.145:0/195015000' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-12T16:43:08.644 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:07.456424+0000 mon.smithi145 (mon.0) 142 : audit [INF] from='client.? 172.21.15.145:0/195015000' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-12T16:43:08.644 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:07.456494+0000 mon.smithi145 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T16:43:08.788 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2024-02-12T16:43:08.788 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2024-02-12T16:43:08.789 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi145:172.21.15.145=smithi145;smithi160:172.21.15.160=smithi160' 2024-02-12T16:43:10.112 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-02-12T16:43:10.496 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi160.service 2024-02-12T16:43:10.498 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:43:10.498 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:43:10.526 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:-- Logs begin at Mon 2024-02-12 16:31:30 UTC. -- 2024-02-12T16:43:11.361 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:10.105271+0000 mgr.smithi145.wseuez (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi145:172.21.15.145=smithi145;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:43:11.362 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:10.107242+0000 mgr.smithi145.wseuez (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi145:172.21.15.145=smithi145;smithi160:172.21.15.160=smithi160;count:2 2024-02-12T16:43:11.362 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:10.109898+0000 mon.smithi145 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:11.886 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:43:11.886 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","modified":"2024-02-12T16:41:34.362576Z","created":"2024-02-12T16:41:34.362576Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:43:11.887 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T16:43:12.345 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:11.884153+0000 mon.smithi145 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.160:0/4072729590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:13.756 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:43:13.756 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:43:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:12.526026+0000 mon.smithi145 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:12.527127+0000 mon.smithi145 (mon.0) 147 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:12.993454+0000 mon.smithi145 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:13.271968+0000 mon.smithi145 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:16.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:14.766977+0000 mon.smithi145 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:16.178 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:43:16.179 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","modified":"2024-02-12T16:41:34.362576Z","created":"2024-02-12T16:41:34.362576Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:43:16.181 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T16:43:17.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:16.176243+0000 mon.smithi145 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.160:0/3900288132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:17.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:43:17.657 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:43:18.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:16.964332+0000 mon.smithi145 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:18.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.127630+0000 mon.smithi145 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:18.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.449524+0000 mon.smithi145 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:18.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.450356+0000 mon.smithi145 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.451262+0000 mon.smithi145 (mon.0) 156 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.452032+0000 mon.smithi145 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:17.453259+0000 mgr.smithi145.wseuez (mgr.14180) 9 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:17.475845+0000 mgr.smithi145.wseuez (mgr.14180) 10 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.504023+0000 mon.smithi145 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.506771+0000 mon.smithi145 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.508504+0000 mon.smithi145 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.510569+0000 mon.smithi145 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:17.511295+0000 mon.smithi145 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:18.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:17.511920+0000 mgr.smithi145.wseuez (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-02-12T16:43:19.679 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:43:19.679 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","modified":"2024-02-12T16:41:34.362576Z","created":"2024-02-12T16:41:34.362576Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:43:19.680 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T16:43:20.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:19.675248+0000 mon.smithi145 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.160:0/2994153951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:21.140 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:43:21.140 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:43:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:20.006132+0000 mon.smithi145 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:20.008248+0000 mon.smithi145 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.adhhlx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T16:43:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:20.010981+0000 mon.smithi145 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.adhhlx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-12T16:43:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:20.011774+0000 mon.smithi145 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T16:43:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:20.012662+0000 mon.smithi145 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:20.013253+0000 mgr.smithi145.wseuez (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi160.adhhlx on smithi160 2024-02-12T16:43:22.807 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:43:22.807 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","modified":"2024-02-12T16:41:34.362576Z","created":"2024-02-12T16:41:34.362576Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T16:43:22.807 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T16:43:23.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:21.673910+0000 mon.smithi145 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:23.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:21.676054+0000 mon.smithi145 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T16:43:23.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:21.676898+0000 mon.smithi145 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:23.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:21.677582+0000 mgr.smithi145.wseuez (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-12T16:43:23.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:21.828249+0000 mgr.smithi145.wseuez (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:23.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:21.968268+0000 mon.smithi145 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:24.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:23 smithi160 systemd[1]: Starting Ceph mon.smithi160 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715... 2024-02-12T16:43:24.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:22.802170+0000 mon.smithi145 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.160:0/743999534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:24.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T16:43:24.285 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T16:43:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.134+0000 7f1ef5354880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T16:43:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.134+0000 7f1ef5354880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-12T16:43:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.134+0000 7f1ef5354880 0 pidfile_write: ignore empty --pid-file 2024-02-12T16:43:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 0 load: jerasure load: lrc load: isa 2024-02-12T16:43:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T16:43:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Compile date Feb 8 2024 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: DB SUMMARY 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: CURRENT file: CURRENT 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi160/store.db dir, Total Num: 0, files: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi160/store.db: 000003.log size: 511 ; 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.error_if_exists: 0 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.create_if_missing: 0 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.env: 0x5600e390b080 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.fs: Posix File System 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.info_log: 0x5600e54cdd20 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.statistics: (nil) 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.use_fsync: 0 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T16:43:24.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.db_log_dir: 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi160/store.db 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T16:43:24.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.write_buffer_manager: 0x5600e61ca420 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.unordered_write: 0 2024-02-12T16:43:24.477 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T16:43:24.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T16:43:24.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T16:43:24.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T16:43:24.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.row_cache: None 2024-02-12T16:43:24.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.wal_filter: None 2024-02-12T16:43:24.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.two_write_queues: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.atomic_flush: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T16:43:24.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.max_open_files: -1 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Compression algorithms supported: 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kZSTD supported: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kXpressCompression supported: 0 2024-02-12T16:43:24.481 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kZlibCompression supported: 1 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.139+0000 7f1ef5354880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000001 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.merge_operator: 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_filter: None 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T16:43:24.482 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5600e547dd28) 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cache_index_and_filter_blocks: 1 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: pin_top_level_index_and_filter: 1 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: index_type: 0 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: data_block_index_type: 0 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: index_shortening: 1 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: data_block_hash_table_util_ratio: 0.750000 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: hash_index_allow_collision: 1 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: checksum: 1 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: no_block_cache: 0 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_cache: 0x5600e54b2f10 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_cache_name: BinnedLRUCache 2024-02-12T16:43:24.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_cache_options: 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: capacity : 536870912 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: num_shard_bits : 4 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: strict_capacity_limit : 0 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: high_pri_pool_ratio: 0.000 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_cache_compressed: (nil) 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: persistent_cache: (nil) 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_size: 4096 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_size_deviation: 10 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_restart_interval: 16 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: index_block_restart_interval: 1 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: metadata_block_size: 4096 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: partition_filters: 0 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: use_delta_encoding: 1 2024-02-12T16:43:24.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: whole_key_filtering: 1 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: verify_compression: 0 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: read_amp_bytes_per_bit: 0 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: format_version: 2 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: enable_index_compression: 1 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: block_align: 0 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression: NoCompression 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.num_levels: 7 2024-02-12T16:43:24.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T16:43:24.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T16:43:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T16:43:24.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.table_properties_collectors: 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.bloom_locality: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T16:43:24.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.ttl: 2592000 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.140+0000 7f1ef5354880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.141+0000 7f1ef5354880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707756204142189, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.141+0000 7f1ef5354880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.141+0000 7f1ef5354880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.141+0000 7f1ef5354880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707756204142760, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707756204, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.141+0000 7f1ef5354880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.142+0000 7f1ef5354880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707756204143174, "job": 1, "event": "recovery_finished"} 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.142+0000 7f1ef5354880 4 rocksdb: DB pointer 0x5600e557b800 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.142+0000 7f1edc145700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T16:43:24.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.142+0000 7f1edc145700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** DB Stats ** 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** Compaction Stats [default] ** 2024-02-12T16:43:24.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** Compaction Stats [default] ** 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:43:24.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:43:24.493 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** Compaction Stats [default] ** 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** Compaction Stats [default] ** 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T16:43:24.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.142+0000 7f1ef5354880 0 mon.smithi160 does not exist in monmap, will attempt to join an existing cluster 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.143+0000 7f1ef5354880 0 using public_addr v2:172.21.15.160:0/0 -> [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.143+0000 7f1ef5354880 0 starting mon.smithi160 rank -1 at public addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] at bind addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi160 fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.144+0000 7f1ef5354880 1 mon.smithi160@-1(???) e0 preinit fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 bash[37633]: c744e3d88bfe7147f469c14113ecbc6c16f63fb064f1fadf2f184f9bb6ddadfb 2024-02-12T16:43:24.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 systemd[1]: Started Ceph mon.smithi160 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715. 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 0 mon.smithi160@-1(synchronizing).mds e1 new map 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 0 mon.smithi160@-1(synchronizing).mds e1 print_map 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: e1 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: legacy client fscid: -1 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: No filesystems configured 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-12T16:43:24.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.172+0000 7f1ede94a700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:22.802170+0000 mon.smithi145 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.160:0/743999534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:24.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T16:43:24.173+0000 7f1ede94a700 1 mon.smithi160@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-12T16:43:29.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:23.828649+0000 mgr.smithi145.wseuez (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:24.181851+0000 mon.smithi145 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:24.182064+0000 mon.smithi145 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:24.182191+0000 mon.smithi145 (mon.0) 177 : cluster [INF] mon.smithi145 calling monitor election 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:25.178404+0000 mon.smithi145 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:25.829026+0000 mgr.smithi145.wseuez (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:26.178105+0000 mon.smithi145 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:26.179556+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:27.153969+0000 mon.smithi145 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.adhhlx/crt"}]: dispatch 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:27.178450+0000 mon.smithi145 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:27.829382+0000 mgr.smithi145.wseuez (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:29.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:28.178849+0000 mon.smithi145 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:29.178555+0000 mon.smithi145 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.209410+0000 mon.smithi145 (mon.0) 184 : cluster [INF] mon.smithi145 is new leader, mons smithi145,smithi160 in quorum (ranks 0,1) 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.214507+0000 mon.smithi145 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.227021+0000 mon.smithi145 (mon.0) 186 : cluster [DBG] fsmap 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.227066+0000 mon.smithi145 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.227292+0000 mon.smithi145 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi145.wseuez(active, since 27s) 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.228486+0000 mon.smithi145 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi160.adhhlx started 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:29.229528+0000 mon.smithi145 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.231139+0000 mon.smithi145 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:29.232784+0000 mon.smithi145 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.adhhlx/key"}]: dispatch 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:29.233177+0000 mon.smithi145 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T16:43:29.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:29.236751+0000 mon.smithi145 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:29.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:23.828649+0000 mgr.smithi145.wseuez (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:29.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:24.181851+0000 mon.smithi145 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:24.182064+0000 mon.smithi145 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:24.182191+0000 mon.smithi145 (mon.0) 177 : cluster [INF] mon.smithi145 calling monitor election 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:25.178404+0000 mon.smithi145 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:25.829026+0000 mgr.smithi145.wseuez (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:26.178105+0000 mon.smithi145 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:26.179556+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:27.153969+0000 mon.smithi145 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.adhhlx/crt"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:27.178450+0000 mon.smithi145 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:27.829382+0000 mgr.smithi145.wseuez (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:28.178849+0000 mon.smithi145 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:29.178555+0000 mon.smithi145 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.209410+0000 mon.smithi145 (mon.0) 184 : cluster [INF] mon.smithi145 is new leader, mons smithi145,smithi160 in quorum (ranks 0,1) 2024-02-12T16:43:29.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.214507+0000 mon.smithi145 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.227021+0000 mon.smithi145 (mon.0) 186 : cluster [DBG] fsmap 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.227066+0000 mon.smithi145 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.227292+0000 mon.smithi145 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi145.wseuez(active, since 27s) 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.228486+0000 mon.smithi145 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi160.adhhlx started 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:29.229528+0000 mon.smithi145 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.231139+0000 mon.smithi145 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:29.232784+0000 mon.smithi145 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.adhhlx/key"}]: dispatch 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:29.233177+0000 mon.smithi145 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.160:0/4071436610' entity='mgr.smithi160.adhhlx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T16:43:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:29.236751+0000 mon.smithi145 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:30.051 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T16:43:30.052 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","modified":"2024-02-12T16:43:24.178633Z","created":"2024-02-12T16:41:34.362576Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-12T16:43:30.053 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-02-12T16:43:30.410 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-12T16:43:30.410 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-12T16:43:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:29.238501+0000 mgr.smithi145.wseuez (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-12T16:43:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.288284+0000 mon.smithi145 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi145.wseuez(active, since 27s), standbys: smithi160.adhhlx 2024-02-12T16:43:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:29.288432+0000 mon.smithi145 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr metadata", "who": "smithi160.adhhlx", "id": "smithi160.adhhlx"}]: dispatch 2024-02-12T16:43:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:30.048891+0000 mon.smithi145 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.160:0/3185566966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:30.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:30.178676+0000 mon.smithi145 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:29.238501+0000 mgr.smithi145.wseuez (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-12T16:43:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.288284+0000 mon.smithi145 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi145.wseuez(active, since 27s), standbys: smithi160.adhhlx 2024-02-12T16:43:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:29.288432+0000 mon.smithi145 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr metadata", "who": "smithi160.adhhlx", "id": "smithi160.adhhlx"}]: dispatch 2024-02-12T16:43:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:30.048891+0000 mon.smithi145 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.160:0/3185566966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T16:43:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:30.178676+0000 mon.smithi145 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T16:43:31.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:29.829691+0000 mgr.smithi145.wseuez (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:31.666 INFO:teuthology.orchestra.run.smithi145.stdout:# minimal ceph.conf for 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:43:31.667 INFO:teuthology.orchestra.run.smithi145.stdout:[global] 2024-02-12T16:43:31.667 INFO:teuthology.orchestra.run.smithi145.stdout: fsid = 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:43:31.667 INFO:teuthology.orchestra.run.smithi145.stdout: mon_host = [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-02-12T16:43:31.777 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:29.829691+0000 mgr.smithi145.wseuez (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:32.035 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-12T16:43:32.035 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:43:32.035 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2024-02-12T16:43:32.066 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:43:32.066 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T16:43:32.132 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:43:32.132 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-02-12T16:43:32.165 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:43:32.165 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T16:43:32.233 INFO:tasks.cephadm:Deploying OSDs... 2024-02-12T16:43:32.233 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:43:32.233 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T16:43:32.250 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-12T16:43:32.250 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme1n1 2024-02-12T16:43:32.308 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme1n1 2024-02-12T16:43:32.308 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:32.308 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 202861 Links: 1 Device type: 103,1 2024-02-12T16:43:32.308 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:32.308 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:32.309 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:42:32.474918200 +0000 2024-02-12T16:43:32.309 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:40:59.200894200 +0000 2024-02-12T16:43:32.309 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:40:59.200894200 +0000 2024-02-12T16:43:32.309 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:43:32.309 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-12T16:43:32.374 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:43:32.374 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:43:32.374 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000300448 s, 1.7 MB/s 2024-02-12T16:43:32.375 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-12T16:43:32.433 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme2n1 2024-02-12T16:43:32.444 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:31.665671+0000 mon.smithi145 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.145:0/2057837031' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:32.444 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:31.973910+0000 mon.smithi145 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme2n1 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 202948 Links: 1 Device type: 103,2 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:42:32.486917946 +0000 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:40:59.353890949 +0000 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:40:59.353890949 +0000 2024-02-12T16:43:32.491 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:43:32.491 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-12T16:43:32.554 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:31.665671+0000 mon.smithi145 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.145:0/2057837031' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:32.554 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:31.973910+0000 mon.smithi145 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:32.556 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:43:32.556 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:43:32.556 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000276227 s, 1.9 MB/s 2024-02-12T16:43:32.557 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-12T16:43:32.615 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme3n1 2024-02-12T16:43:32.672 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme3n1 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 203913 Links: 1 Device type: 103,3 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:42:32.498917692 +0000 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:40:59.503887761 +0000 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:40:59.503887761 +0000 2024-02-12T16:43:32.673 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:43:32.674 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-12T16:43:32.738 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:43:32.738 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:43:32.738 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000215798 s, 2.4 MB/s 2024-02-12T16:43:32.739 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-12T16:43:32.797 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme4n1 2024-02-12T16:43:32.854 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme4n1 2024-02-12T16:43:32.854 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 203107 Links: 1 Device type: 103,4 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-12 16:42:32.510917439 +0000 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-12 16:40:59.654884551 +0000 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-12 16:40:59.654884551 +0000 2024-02-12T16:43:32.855 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-12T16:43:32.855 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-12T16:43:32.920 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-12T16:43:32.921 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-12T16:43:32.921 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000234114 s, 2.2 MB/s 2024-02-12T16:43:32.921 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-12T16:43:32.979 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:43:32.979 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T16:43:32.997 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-12T16:43:32.997 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme1n1 2024-02-12T16:43:33.055 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme1n1 2024-02-12T16:43:33.055 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:33.055 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 201834 Links: 1 Device type: 103,1 2024-02-12T16:43:33.055 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:33.055 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:33.055 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:43:16.114574552 +0000 2024-02-12T16:43:33.056 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:41:00.855759450 +0000 2024-02-12T16:43:33.056 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:41:00.855759450 +0000 2024-02-12T16:43:33.056 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:43:33.056 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-12T16:43:33.123 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:43:33.123 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:43:33.123 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.00025721 s, 2.0 MB/s 2024-02-12T16:43:33.124 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-12T16:43:33.183 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme2n1 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme2n1 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 201849 Links: 1 Device type: 103,2 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:43:16.125574374 +0000 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:41:01.011756932 +0000 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:41:01.011756932 +0000 2024-02-12T16:43:33.241 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:43:33.242 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-12T16:43:33.306 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:43:33.306 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:43:33.306 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000239835 s, 2.1 MB/s 2024-02-12T16:43:33.308 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-12T16:43:33.366 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme3n1 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme3n1 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 204076 Links: 1 Device type: 103,3 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:43:16.135574212 +0000 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:41:01.162754494 +0000 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:41:01.162754494 +0000 2024-02-12T16:43:33.425 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:43:33.425 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-12T16:43:33.493 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:43:33.493 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:43:33.493 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000197677 s, 2.6 MB/s 2024-02-12T16:43:33.494 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-12T16:43:33.553 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme4n1 2024-02-12T16:43:33.610 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme4n1 2024-02-12T16:43:33.610 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 200621 Links: 1 Device type: 103,4 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 16:43:16.145574050 +0000 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 16:41:01.314752041 +0000 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 16:41:01.314752041 +0000 2024-02-12T16:43:33.611 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T16:43:33.611 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-12T16:43:33.679 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T16:43:33.679 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T16:43:33.679 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000260156 s, 2.0 MB/s 2024-02-12T16:43:33.681 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-12T16:43:33.739 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-12T16:43:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:31.829933+0000 mgr.smithi145.wseuez (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:32.533030+0000 mon.smithi145 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:32.534420+0000 mon.smithi145 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:33.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:31.829933+0000 mgr.smithi145.wseuez (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:33.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:32.533030+0000 mon.smithi145 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:33.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:32.534420+0000 mon.smithi145 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:35.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:33.830266+0000 mgr.smithi145.wseuez (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:35.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.890896+0000 mon.smithi145 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.891764+0000 mon.smithi145 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.892627+0000 mon.smithi145 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:33.893711+0000 mgr.smithi145.wseuez (mgr.14180) 22 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:33.894025+0000 mgr.smithi145.wseuez (mgr.14180) 23 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.921236+0000 mon.smithi145 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.926590+0000 mon.smithi145 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.930068+0000 mon.smithi145 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:33.933357+0000 mgr.smithi145.wseuez (mgr.14180) 24 : cephadm [INF] Reconfiguring mon.smithi145 (unknown last config time)... 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.933641+0000 mon.smithi145 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.934326+0000 mon.smithi145 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:33.934975+0000 mon.smithi145 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:33.935548+0000 mgr.smithi145.wseuez (mgr.14180) 25 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:34.808692+0000 mon.smithi145 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:34.809527+0000 mon.smithi145 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.wseuez", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:34.810165+0000 mon.smithi145 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T16:43:35.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:34.810649+0000 mon.smithi145 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:35.183 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled osd.all-available-devices update... 2024-02-12T16:43:35.205 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:33.830266+0000 mgr.smithi145.wseuez (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:35.205 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.890896+0000 mon.smithi145 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.891764+0000 mon.smithi145 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.892627+0000 mon.smithi145 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:33.893711+0000 mgr.smithi145.wseuez (mgr.14180) 22 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:33.894025+0000 mgr.smithi145.wseuez (mgr.14180) 23 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.921236+0000 mon.smithi145 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.926590+0000 mon.smithi145 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.930068+0000 mon.smithi145 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:33.933357+0000 mgr.smithi145.wseuez (mgr.14180) 24 : cephadm [INF] Reconfiguring mon.smithi145 (unknown last config time)... 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.933641+0000 mon.smithi145 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.934326+0000 mon.smithi145 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:33.934975+0000 mon.smithi145 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:33.935548+0000 mgr.smithi145.wseuez (mgr.14180) 25 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2024-02-12T16:43:35.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:34.808692+0000 mon.smithi145 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:35.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:34.809527+0000 mon.smithi145 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.wseuez", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T16:43:35.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:34.810165+0000 mon.smithi145 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T16:43:35.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:34.810649+0000 mon.smithi145 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:35.566 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-12T16:43:35.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:36.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:34.809229+0000 mgr.smithi145.wseuez (mgr.14180) 26 : cephadm [INF] Reconfiguring mgr.smithi145.wseuez (unknown last config time)... 2024-02-12T16:43:36.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:34.811096+0000 mgr.smithi145.wseuez (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mgr.smithi145.wseuez on smithi145 2024-02-12T16:43:36.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:35.175172+0000 mgr.smithi145.wseuez (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-02-12T16:43:36.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:35.176753+0000 mgr.smithi145.wseuez (mgr.14180) 29 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2024-02-12T16:43:36.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:35.176805+0000 mgr.smithi145.wseuez (mgr.14180) 30 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-02-12T16:43:36.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:35.177068+0000 mgr.smithi145.wseuez (mgr.14180) 31 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-12T16:43:36.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:35.182228+0000 mon.smithi145 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:36.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:35.631963+0000 mon.smithi145 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:34.809229+0000 mgr.smithi145.wseuez (mgr.14180) 26 : cephadm [INF] Reconfiguring mgr.smithi145.wseuez (unknown last config time)... 2024-02-12T16:43:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:34.811096+0000 mgr.smithi145.wseuez (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mgr.smithi145.wseuez on smithi145 2024-02-12T16:43:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:35.175172+0000 mgr.smithi145.wseuez (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-02-12T16:43:36.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:35.176753+0000 mgr.smithi145.wseuez (mgr.14180) 29 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2024-02-12T16:43:36.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:35.176805+0000 mgr.smithi145.wseuez (mgr.14180) 30 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-02-12T16:43:36.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:35.177068+0000 mgr.smithi145.wseuez (mgr.14180) 31 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-12T16:43:36.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:35.182228+0000 mon.smithi145 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:36.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:35.631963+0000 mon.smithi145 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:37.239 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:37.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:35.632661+0000 mgr.smithi145.wseuez (mgr.14180) 32 : cephadm [INF] Reconfiguring alertmanager.smithi145 (dependencies changed)... 2024-02-12T16:43:37.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:35.639119+0000 mgr.smithi145.wseuez (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon alertmanager.smithi145 on smithi145 2024-02-12T16:43:37.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:35.830529+0000 mgr.smithi145.wseuez (mgr.14180) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:37.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:36.978642+0000 mon.smithi145 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:35.632661+0000 mgr.smithi145.wseuez (mgr.14180) 32 : cephadm [INF] Reconfiguring alertmanager.smithi145 (dependencies changed)... 2024-02-12T16:43:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:35.639119+0000 mgr.smithi145.wseuez (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon alertmanager.smithi145 on smithi145 2024-02-12T16:43:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:35.830529+0000 mgr.smithi145.wseuez (mgr.14180) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:36.978642+0000 mon.smithi145 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:37.648 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-12T16:43:38.526 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:37.237697+0000 mon.smithi145 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.145:0/1359706843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:37.237697+0000 mon.smithi145 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.145:0/1359706843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:38.649 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:39.270 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:37.830713+0000 mgr.smithi145.wseuez (mgr.14180) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:39.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:38.667896+0000 mon.smithi145 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:39.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:38.668801+0000 mon.smithi145 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:43:39.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:38.669497+0000 mon.smithi145 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:37.830713+0000 mgr.smithi145.wseuez (mgr.14180) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:38.667896+0000 mon.smithi145 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:38.668801+0000 mon.smithi145 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:43:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:38.669497+0000 mon.smithi145 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:40.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:38.668514+0000 mgr.smithi145.wseuez (mgr.14180) 36 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2024-02-12T16:43:40.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:38.669986+0000 mgr.smithi145.wseuez (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2024-02-12T16:43:40.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:39.532006+0000 mon.smithi145 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:40.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:39.532572+0000 mgr.smithi145.wseuez (mgr.14180) 38 : cephadm [INF] Reconfiguring grafana.smithi145 (dependencies changed)... 2024-02-12T16:43:40.748 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:39.563264+0000 mgr.smithi145.wseuez (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi145 on smithi145 2024-02-12T16:43:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:38.668514+0000 mgr.smithi145.wseuez (mgr.14180) 36 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2024-02-12T16:43:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:38.669986+0000 mgr.smithi145.wseuez (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2024-02-12T16:43:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:39.532006+0000 mon.smithi145 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:40.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:39.532572+0000 mgr.smithi145.wseuez (mgr.14180) 38 : cephadm [INF] Reconfiguring grafana.smithi145 (dependencies changed)... 2024-02-12T16:43:40.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:39.563264+0000 mgr.smithi145.wseuez (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi145 on smithi145 2024-02-12T16:43:41.041 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:41.501 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-12T16:43:41.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:39.831043+0000 mgr.smithi145.wseuez (mgr.14180) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:41.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:41.040406+0000 mon.smithi145 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/1370595546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:39.831043+0000 mgr.smithi145.wseuez (mgr.14180) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:41.040406+0000 mon.smithi145 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/1370595546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:42.502 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:43.716 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:41.831410+0000 mgr.smithi145.wseuez (mgr.14180) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:43.716 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:42.997776+0000 mon.smithi145 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:41.831410+0000 mgr.smithi145.wseuez (mgr.14180) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:42.997776+0000 mon.smithi145 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:44.181 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:44.552 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-12T16:43:44.713 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:42.998581+0000 mgr.smithi145.wseuez (mgr.14180) 42 : cephadm [INF] Reconfiguring prometheus.smithi145 (dependencies changed)... 2024-02-12T16:43:44.713 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:43.002303+0000 mgr.smithi145.wseuez (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon prometheus.smithi145 on smithi145 2024-02-12T16:43:44.713 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:44.179668+0000 mon.smithi145 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.145:0/2315405275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:42.998581+0000 mgr.smithi145.wseuez (mgr.14180) 42 : cephadm [INF] Reconfiguring prometheus.smithi145 (dependencies changed)... 2024-02-12T16:43:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:43.002303+0000 mgr.smithi145.wseuez (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon prometheus.smithi145 on smithi145 2024-02-12T16:43:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:44.179668+0000 mon.smithi145 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.145:0/2315405275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:45.554 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:45.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:43.831670+0000 mgr.smithi145.wseuez (mgr.14180) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:46.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:43.831670+0000 mgr.smithi145.wseuez (mgr.14180) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:46.870 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:47.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:45.831938+0000 mgr.smithi145.wseuez (mgr.14180) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.028741+0000 mon.smithi145 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:46.029290+0000 mgr.smithi145.wseuez (mgr.14180) 46 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.029513+0000 mon.smithi145 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.030163+0000 mon.smithi145 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:46.030662+0000 mgr.smithi145.wseuez (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.868779+0000 mon.smithi145 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.145:0/1630880427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.919726+0000 mon.smithi145 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.920517+0000 mon.smithi145 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.adhhlx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.921157+0000 mon.smithi145 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T16:43:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:46.921644+0000 mon.smithi145 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:47.242 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-12T16:43:47.290 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:45.831938+0000 mgr.smithi145.wseuez (mgr.14180) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:47.290 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.028741+0000 mon.smithi145 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:47.290 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:46.029290+0000 mgr.smithi145.wseuez (mgr.14180) 46 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.029513+0000 mon.smithi145 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.030163+0000 mon.smithi145 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:46.030662+0000 mgr.smithi145.wseuez (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.868779+0000 mon.smithi145 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.145:0/1630880427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.919726+0000 mon.smithi145 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.920517+0000 mon.smithi145 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.adhhlx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.921157+0000 mon.smithi145 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T16:43:47.291 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:46.921644+0000 mon.smithi145 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:48.244 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:46.920267+0000 mgr.smithi145.wseuez (mgr.14180) 48 : cephadm [INF] Reconfiguring mgr.smithi160.adhhlx (monmap changed)... 2024-02-12T16:43:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:46.922094+0000 mgr.smithi145.wseuez (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi160.adhhlx on smithi160 2024-02-12T16:43:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:47.833952+0000 mon.smithi145 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:47.834914+0000 mon.smithi145 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T16:43:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:47.835604+0000 mon.smithi145 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T16:43:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:47.836257+0000 mon.smithi145 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:46.920267+0000 mgr.smithi145.wseuez (mgr.14180) 48 : cephadm [INF] Reconfiguring mgr.smithi160.adhhlx (monmap changed)... 2024-02-12T16:43:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:46.922094+0000 mgr.smithi145.wseuez (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi160.adhhlx on smithi160 2024-02-12T16:43:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:47.833952+0000 mon.smithi145 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:47.834914+0000 mon.smithi145 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T16:43:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:47.835604+0000 mon.smithi145 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T16:43:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:47.836257+0000 mon.smithi145 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:47.832158+0000 mgr.smithi145.wseuez (mgr.14180) 50 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:47.834640+0000 mgr.smithi145.wseuez (mgr.14180) 51 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:43:47.836853+0000 mgr.smithi145.wseuez (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.760200+0000 mon.smithi145 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.763148+0000 mon.smithi145 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.764286+0000 mon.smithi145 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.770755+0000 mon.smithi145 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.774476+0000 mon.smithi145 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T16:43:49.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.779963+0000 mon.smithi145 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T16:43:49.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.786158+0000 mon.smithi145 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.789858+0000 mon.smithi145 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T16:43:49.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.794595+0000 mon.smithi145 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T16:43:49.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.800493+0000 mon.smithi145 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.802141+0000 mon.smithi145 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:47.832158+0000 mgr.smithi145.wseuez (mgr.14180) 50 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:47.834640+0000 mgr.smithi145.wseuez (mgr.14180) 51 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-02-12T16:43:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:43:47.836853+0000 mgr.smithi145.wseuez (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.760200+0000 mon.smithi145 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.763148+0000 mon.smithi145 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.764286+0000 mon.smithi145 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.770755+0000 mon.smithi145 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.774476+0000 mon.smithi145 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.779963+0000 mon.smithi145 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.786158+0000 mon.smithi145 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.789858+0000 mon.smithi145 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.794595+0000 mon.smithi145 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.800493+0000 mon.smithi145 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:49.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.802141+0000 mon.smithi145 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:43:49.647 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:50.185 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-12T16:43:50.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.763496+0000 mgr.smithi145.wseuez (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T16:43:50.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.764515+0000 mgr.smithi145.wseuez (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T16:43:50.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.774871+0000 mgr.smithi145.wseuez (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T16:43:50.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.780348+0000 mgr.smithi145.wseuez (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T16:43:50.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.790296+0000 mgr.smithi145.wseuez (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T16:43:50.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:48.794919+0000 mgr.smithi145.wseuez (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T16:43:50.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:49.646143+0000 mon.smithi145 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.145:0/1206685401' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:50.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:49.975756+0000 mon.smithi145 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:50.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:49.982514+0000 mon.smithi145 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.763496+0000 mgr.smithi145.wseuez (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T16:43:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.764515+0000 mgr.smithi145.wseuez (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T16:43:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.774871+0000 mgr.smithi145.wseuez (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T16:43:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.780348+0000 mgr.smithi145.wseuez (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T16:43:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.790296+0000 mgr.smithi145.wseuez (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T16:43:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:48.794919+0000 mgr.smithi145.wseuez (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T16:43:50.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:49.646143+0000 mon.smithi145 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.145:0/1206685401' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:50.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:49.975756+0000 mon.smithi145 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:50.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:49.982514+0000 mon.smithi145 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:51.186 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:51.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:49.832422+0000 mgr.smithi145.wseuez (mgr.14180) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:51.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:49.832422+0000 mgr.smithi145.wseuez (mgr.14180) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:52.255 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.129295+0000 mon.smithi145 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.135992+0000 mon.smithi145 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.136693+0000 mon.smithi145 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.137209+0000 mon.smithi145 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.142819+0000 mon.smithi145 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.146160+0000 mon.smithi145 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.148690+0000 mon.smithi145 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.149641+0000 mon.smithi145 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.149843+0000 mon.smithi145 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:52.256 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:51.150268+0000 mon.smithi145 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.129295+0000 mon.smithi145 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.135992+0000 mon.smithi145 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.136693+0000 mon.smithi145 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.137209+0000 mon.smithi145 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.142819+0000 mon.smithi145 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.146160+0000 mon.smithi145 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.148690+0000 mon.smithi145 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:43:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.149641+0000 mon.smithi145 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:43:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.149843+0000 mon.smithi145 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:51.150268+0000 mon.smithi145 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:43:52.914 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:53.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:51.832776+0000 mgr.smithi145.wseuez (mgr.14180) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:53.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:52.912448+0000 mon.smithi145 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.145:0/2831659951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:53.244 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-12T16:43:53.414 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:51.832776+0000 mgr.smithi145.wseuez (mgr.14180) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:53.414 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:52.912448+0000 mon.smithi145 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.145:0/2831659951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:54.245 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.202835+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/3386431061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f1ee559-5f07-4368-abaf-74603087273e"}]: dispatch 2024-02-12T16:43:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.203225+0000 mon.smithi145 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f1ee559-5f07-4368-abaf-74603087273e"}]: dispatch 2024-02-12T16:43:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.206789+0000 mon.smithi145 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f1ee559-5f07-4368-abaf-74603087273e"}]': finished 2024-02-12T16:43:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:53.206837+0000 mon.smithi145 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-12T16:43:54.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.206956+0000 mon.smithi145 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:54.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.453594+0000 mon.smithi145 (mon.0) 268 : audit [INF] from='client.? 172.21.15.145:0/3208230927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92604ac2-e8c0-4051-b625-b17495d3f81b"}]: dispatch 2024-02-12T16:43:54.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.457045+0000 mon.smithi145 (mon.0) 269 : audit [INF] from='client.? 172.21.15.145:0/3208230927' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92604ac2-e8c0-4051-b625-b17495d3f81b"}]': finished 2024-02-12T16:43:54.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:53.457080+0000 mon.smithi145 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-12T16:43:54.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.457176+0000 mon.smithi145 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:54.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:53.457438+0000 mon.smithi145 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.202835+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/3386431061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f1ee559-5f07-4368-abaf-74603087273e"}]: dispatch 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.203225+0000 mon.smithi145 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f1ee559-5f07-4368-abaf-74603087273e"}]: dispatch 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.206789+0000 mon.smithi145 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f1ee559-5f07-4368-abaf-74603087273e"}]': finished 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:53.206837+0000 mon.smithi145 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.206956+0000 mon.smithi145 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.453594+0000 mon.smithi145 (mon.0) 268 : audit [INF] from='client.? 172.21.15.145:0/3208230927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92604ac2-e8c0-4051-b625-b17495d3f81b"}]: dispatch 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.457045+0000 mon.smithi145 (mon.0) 269 : audit [INF] from='client.? 172.21.15.145:0/3208230927' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92604ac2-e8c0-4051-b625-b17495d3f81b"}]': finished 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:53.457080+0000 mon.smithi145 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.457176+0000 mon.smithi145 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:54.569 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:53.457438+0000 mon.smithi145 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:43:55.596 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:55.617 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:53.833034+0000 mgr.smithi145.wseuez (mgr.14180) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:55.617 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:54.514437+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3935130985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:43:55.617 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:54.758935+0000 mon.smithi145 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.145:0/3436783512' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:43:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:53.833034+0000 mgr.smithi145.wseuez (mgr.14180) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:54.514437+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3935130985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:43:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:54.758935+0000 mon.smithi145 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.145:0/3436783512' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:43:55.964 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707756233,"num_remapped_pgs":0} 2024-02-12T16:43:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:55.593977+0000 mon.smithi145 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.145:0/2912847546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:56.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:55.593977+0000 mon.smithi145 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.145:0/2912847546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:56.965 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:55.833270+0000 mgr.smithi145.wseuez (mgr.14180) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.021788+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/1370045832' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9206f294-c27f-4bcb-9600-c2c4cc4aae25"}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.022457+0000 mon.smithi145 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9206f294-c27f-4bcb-9600-c2c4cc4aae25"}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.026083+0000 mon.smithi145 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9206f294-c27f-4bcb-9600-c2c4cc4aae25"}]': finished 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:57.026131+0000 mon.smithi145 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.026260+0000 mon.smithi145 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.026663+0000 mon.smithi145 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.026909+0000 mon.smithi145 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.310726+0000 mon.smithi145 (mon.0) 281 : audit [INF] from='client.? 172.21.15.145:0/3632028247' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f173add-6bab-4fb6-90c9-331093d50d10"}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.314594+0000 mon.smithi145 (mon.0) 282 : audit [INF] from='client.? 172.21.15.145:0/3632028247' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f173add-6bab-4fb6-90c9-331093d50d10"}]': finished 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:57.314675+0000 mon.smithi145 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.314787+0000 mon.smithi145 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:57.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.315082+0000 mon.smithi145 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:43:57.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.315238+0000 mon.smithi145 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:43:57.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:57.315441+0000 mon.smithi145 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:55.833270+0000 mgr.smithi145.wseuez (mgr.14180) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.021788+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/1370045832' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9206f294-c27f-4bcb-9600-c2c4cc4aae25"}]: dispatch 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.022457+0000 mon.smithi145 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9206f294-c27f-4bcb-9600-c2c4cc4aae25"}]: dispatch 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.026083+0000 mon.smithi145 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9206f294-c27f-4bcb-9600-c2c4cc4aae25"}]': finished 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:57.026131+0000 mon.smithi145 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.026260+0000 mon.smithi145 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:57.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.026663+0000 mon.smithi145 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.026909+0000 mon.smithi145 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.310726+0000 mon.smithi145 (mon.0) 281 : audit [INF] from='client.? 172.21.15.145:0/3632028247' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f173add-6bab-4fb6-90c9-331093d50d10"}]: dispatch 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.314594+0000 mon.smithi145 (mon.0) 282 : audit [INF] from='client.? 172.21.15.145:0/3632028247' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f173add-6bab-4fb6-90c9-331093d50d10"}]': finished 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:57.314675+0000 mon.smithi145 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.314787+0000 mon.smithi145 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.315082+0000 mon.smithi145 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.315238+0000 mon.smithi145 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:43:57.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:57.315441+0000 mon.smithi145 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:43:58.437 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:43:58.779 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:58.435424+0000 mon.smithi145 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.145:0/232275394' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:58.435424+0000 mon.smithi145 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.145:0/232275394' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:43:58.848 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707756237,"num_remapped_pgs":0} 2024-02-12T16:43:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:57.833558+0000 mgr.smithi145.wseuez (mgr.14180) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:43:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:58.721385+0000 mon.smithi145 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.145:0/3227998829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:43:59.849 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:43:59.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:57.833558+0000 mgr.smithi145.wseuez (mgr.14180) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:43:59.876 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:43:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:58.721385+0000 mon.smithi145 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.145:0/3227998829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:43:59.772577+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/3412405487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:00.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:43:59.772577+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/3412405487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:01.193 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:01.593 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707756237,"num_remapped_pgs":0} 2024-02-12T16:44:01.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:43:59.833844+0000 mgr.smithi145.wseuez (mgr.14180) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.190909+0000 mon.smithi145 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.145:0/1117135441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.279899+0000 mon.smithi145 (mon.0) 291 : audit [INF] from='client.? 172.21.15.145:0/1465077934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30911d15-7d0c-4eea-af96-f97a195553ab"}]: dispatch 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.283434+0000 mon.smithi145 (mon.0) 292 : audit [INF] from='client.? 172.21.15.145:0/1465077934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30911d15-7d0c-4eea-af96-f97a195553ab"}]': finished 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:01.283490+0000 mon.smithi145 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.283585+0000 mon.smithi145 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.283787+0000 mon.smithi145 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.283913+0000 mon.smithi145 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.284063+0000 mon.smithi145 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:01.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:01.284190+0000 mon.smithi145 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:43:59.833844+0000 mgr.smithi145.wseuez (mgr.14180) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.190909+0000 mon.smithi145 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.145:0/1117135441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.279899+0000 mon.smithi145 (mon.0) 291 : audit [INF] from='client.? 172.21.15.145:0/1465077934' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30911d15-7d0c-4eea-af96-f97a195553ab"}]: dispatch 2024-02-12T16:44:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.283434+0000 mon.smithi145 (mon.0) 292 : audit [INF] from='client.? 172.21.15.145:0/1465077934' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30911d15-7d0c-4eea-af96-f97a195553ab"}]': finished 2024-02-12T16:44:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:01.283490+0000 mon.smithi145 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-12T16:44:01.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.283585+0000 mon.smithi145 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:01.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.283787+0000 mon.smithi145 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:01.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.283913+0000 mon.smithi145 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:01.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.284063+0000 mon.smithi145 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:01.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:01.284190+0000 mon.smithi145 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:02.594 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.296224+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/809273096' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6532fae-3459-4af9-82d2-b839e9e24330"}]: dispatch 2024-02-12T16:44:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.296673+0000 mon.smithi145 (mon.0) 299 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6532fae-3459-4af9-82d2-b839e9e24330"}]: dispatch 2024-02-12T16:44:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.300133+0000 mon.smithi145 (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6532fae-3459-4af9-82d2-b839e9e24330"}]': finished 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:02.300174+0000 mon.smithi145 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.300257+0000 mon.smithi145 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.300497+0000 mon.smithi145 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.300648+0000 mon.smithi145 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.300796+0000 mon.smithi145 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.300938+0000 mon.smithi145 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:02.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.301085+0000 mon.smithi145 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:02.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.296224+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/809273096' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6532fae-3459-4af9-82d2-b839e9e24330"}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.296673+0000 mon.smithi145 (mon.0) 299 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6532fae-3459-4af9-82d2-b839e9e24330"}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.300133+0000 mon.smithi145 (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6532fae-3459-4af9-82d2-b839e9e24330"}]': finished 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:02.300174+0000 mon.smithi145 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.300257+0000 mon.smithi145 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.300497+0000 mon.smithi145 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.300648+0000 mon.smithi145 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.300796+0000 mon.smithi145 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.300938+0000 mon.smithi145 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.301085+0000 mon.smithi145 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:03.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:01.834198+0000 mgr.smithi145.wseuez (mgr.14180) 65 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:03.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:02.562279+0000 mon.smithi145 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.145:0/3345759106' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:01.834198+0000 mgr.smithi145.wseuez (mgr.14180) 65 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:03.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:02.562279+0000 mon.smithi145 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.145:0/3345759106' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:03.920 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:04.303 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1707756242,"num_remapped_pgs":0} 2024-02-12T16:44:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:03.918690+0000 mon.smithi145 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.145:0/1163012045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:03.918690+0000 mon.smithi145 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.145:0/1163012045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:05.304 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:03.834448+0000 mgr.smithi145.wseuez (mgr.14180) 66 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.086027+0000 mon.smithi145 (mon.0) 310 : audit [INF] from='client.? 172.21.15.145:0/4183831031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d2ec442-bdee-49b7-8acb-bd89668c5cb7"}]: dispatch 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.089759+0000 mon.smithi145 (mon.0) 311 : audit [INF] from='client.? 172.21.15.145:0/4183831031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d2ec442-bdee-49b7-8acb-bd89668c5cb7"}]': finished 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:05.089803+0000 mon.smithi145 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.089914+0000 mon.smithi145 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.090241+0000 mon.smithi145 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:05.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.090440+0000 mon.smithi145 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:05.753 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.090658+0000 mon.smithi145 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:05.753 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.090883+0000 mon.smithi145 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:05.753 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.091080+0000 mon.smithi145 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:05.753 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:05.091278+0000 mon.smithi145 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:03.834448+0000 mgr.smithi145.wseuez (mgr.14180) 66 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.086027+0000 mon.smithi145 (mon.0) 310 : audit [INF] from='client.? 172.21.15.145:0/4183831031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d2ec442-bdee-49b7-8acb-bd89668c5cb7"}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.089759+0000 mon.smithi145 (mon.0) 311 : audit [INF] from='client.? 172.21.15.145:0/4183831031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d2ec442-bdee-49b7-8acb-bd89668c5cb7"}]': finished 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:05.089803+0000 mon.smithi145 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.089914+0000 mon.smithi145 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.090241+0000 mon.smithi145 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.090440+0000 mon.smithi145 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.090658+0000 mon.smithi145 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.090883+0000 mon.smithi145 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.091080+0000 mon.smithi145 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:05.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:05.091278+0000 mon.smithi145 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:06.736 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:06.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:06.449651+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/2189298697' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:06.449651+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/2189298697' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:07.104 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707756245,"num_remapped_pgs":0} 2024-02-12T16:44:07.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:05.834761+0000 mgr.smithi145.wseuez (mgr.14180) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:07.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:06.561460+0000 mon.smithi145 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.145:0/852134973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:07.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:06.734382+0000 mon.smithi145 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.145:0/388799497' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:07.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:05.834761+0000 mgr.smithi145.wseuez (mgr.14180) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:07.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:06.561460+0000 mon.smithi145 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.145:0/852134973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:07.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:06.734382+0000 mon.smithi145 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.145:0/388799497' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:08.106 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:09.694 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:09.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:07.835125+0000 mgr.smithi145.wseuez (mgr.14180) 68 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:09.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.964829+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/1757768865' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f8b0ca3-b879-4032-8eee-117ba36252a4"}]: dispatch 2024-02-12T16:44:09.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.965259+0000 mon.smithi145 (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f8b0ca3-b879-4032-8eee-117ba36252a4"}]: dispatch 2024-02-12T16:44:09.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.968847+0000 mon.smithi145 (mon.0) 323 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f8b0ca3-b879-4032-8eee-117ba36252a4"}]': finished 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:08.968892+0000 mon.smithi145 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.968977+0000 mon.smithi145 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.969182+0000 mon.smithi145 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.969335+0000 mon.smithi145 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.969486+0000 mon.smithi145 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.969654+0000 mon.smithi145 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.969809+0000 mon.smithi145 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.969964+0000 mon.smithi145 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:09.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:08.970107+0000 mon.smithi145 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:07.835125+0000 mgr.smithi145.wseuez (mgr.14180) 68 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.964829+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/1757768865' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f8b0ca3-b879-4032-8eee-117ba36252a4"}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.965259+0000 mon.smithi145 (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f8b0ca3-b879-4032-8eee-117ba36252a4"}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.968847+0000 mon.smithi145 (mon.0) 323 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f8b0ca3-b879-4032-8eee-117ba36252a4"}]': finished 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:08.968892+0000 mon.smithi145 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.968977+0000 mon.smithi145 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.969182+0000 mon.smithi145 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.969335+0000 mon.smithi145 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.969486+0000 mon.smithi145 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:09.812 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.969654+0000 mon.smithi145 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:09.813 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.969809+0000 mon.smithi145 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:09.813 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.969964+0000 mon.smithi145 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:09.813 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:08.970107+0000 mon.smithi145 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:10.224 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:10.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:09.693025+0000 mon.smithi145 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.145:0/1935291801' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:10.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:10.329300+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/1077868105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:09.693025+0000 mon.smithi145 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.145:0/1935291801' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:10.329300+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/1077868105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T16:44:11.226 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:09.835422+0000 mgr.smithi145.wseuez (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:11.297551+0000 mon.smithi145 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T16:44:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:11.298162+0000 mon.smithi145 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:11.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:09.835422+0000 mgr.smithi145.wseuez (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:11.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:11.297551+0000 mon.smithi145 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T16:44:11.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:11.298162+0000 mon.smithi145 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:12.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:11.298670+0000 mgr.smithi145.wseuez (mgr.14180) 70 : cephadm [INF] Deploying daemon osd.1 on smithi145 2024-02-12T16:44:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:11.298670+0000 mgr.smithi145.wseuez (mgr.14180) 70 : cephadm [INF] Deploying daemon osd.1 on smithi145 2024-02-12T16:44:13.136 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:13.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:11.835821+0000 mgr.smithi145.wseuez (mgr.14180) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:13.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:13.134757+0000 mon.smithi145 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.145:0/2372756239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:13.688 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:11.835821+0000 mgr.smithi145.wseuez (mgr.14180) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:13.688 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:13.134757+0000 mon.smithi145 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.145:0/2372756239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:13.712 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:14.713 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:15.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:13.836081+0000 mgr.smithi145.wseuez (mgr.14180) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:15.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:14.750871+0000 mon.smithi145 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T16:44:15.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:14.751636+0000 mon.smithi145 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:15.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:13.836081+0000 mgr.smithi145.wseuez (mgr.14180) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:15.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:14.750871+0000 mon.smithi145 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T16:44:15.842 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:14.751636+0000 mon.smithi145 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:16.218 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:16.695 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:14.752365+0000 mgr.smithi145.wseuez (mgr.14180) 73 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-02-12T16:44:16.695 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:15.666435+0000 mon.smithi145 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:16.696 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:15.667075+0000 mon.smithi145 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T16:44:16.696 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:15.667619+0000 mon.smithi145 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:16.696 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:16.216684+0000 mon.smithi145 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.145:0/1750922441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:16.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:14.752365+0000 mgr.smithi145.wseuez (mgr.14180) 73 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-02-12T16:44:16.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:15.666435+0000 mon.smithi145 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:16.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:15.667075+0000 mon.smithi145 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T16:44:16.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:15.667619+0000 mon.smithi145 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:16.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:16.216684+0000 mon.smithi145 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.145:0/1750922441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:16.757 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:17.758 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:17.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:15.668072+0000 mgr.smithi145.wseuez (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.3 on smithi145 2024-02-12T16:44:17.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:15.836361+0000 mgr.smithi145.wseuez (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:17.819 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:15.668072+0000 mgr.smithi145.wseuez (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.3 on smithi145 2024-02-12T16:44:17.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:15.836361+0000 mgr.smithi145.wseuez (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:19.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:17.836758+0000 mgr.smithi145.wseuez (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:19.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:18.240157+0000 mon.smithi145 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:19.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:18.240841+0000 mon.smithi145 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T16:44:19.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:18.241499+0000 mon.smithi145 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:19.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:18.242060+0000 mgr.smithi145.wseuez (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-02-12T16:44:19.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:18.914284+0000 mon.smithi145 (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T16:44:19.324 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:19.583 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:17.836758+0000 mgr.smithi145.wseuez (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:19.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:18.240157+0000 mon.smithi145 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:19.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:18.240841+0000 mon.smithi145 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T16:44:19.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:18.241499+0000 mon.smithi145 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:19.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:18.242060+0000 mgr.smithi145.wseuez (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-02-12T16:44:19.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:18.914284+0000 mon.smithi145 (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T16:44:19.648 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.322417+0000 mon.smithi145 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.145:0/488824899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.367878+0000 mon.smithi145 (mon.0) 348 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.368564+0000 mon.smithi145 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.369148+0000 mon.smithi145 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:19.369636+0000 mgr.smithi145.wseuez (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.527011+0000 mon.smithi145 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:19.527055+0000 mon.smithi145 (mon.0) 352 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.527165+0000 mon.smithi145 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:20.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.527474+0000 mon.smithi145 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.527677+0000 mon.smithi145 (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.527875+0000 mon.smithi145 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.528041+0000 mon.smithi145 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.528231+0000 mon.smithi145 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.528394+0000 mon.smithi145 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.528555+0000 mon.smithi145 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:20.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:19.528724+0000 mon.smithi145 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:20.533 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.322417+0000 mon.smithi145 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.145:0/488824899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:20.533 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.367878+0000 mon.smithi145 (mon.0) 348 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:20.533 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.368564+0000 mon.smithi145 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T16:44:20.533 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.369148+0000 mon.smithi145 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:20.533 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:19.369636+0000 mgr.smithi145.wseuez (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.527011+0000 mon.smithi145 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:19.527055+0000 mon.smithi145 (mon.0) 352 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.527165+0000 mon.smithi145 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.527474+0000 mon.smithi145 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.527677+0000 mon.smithi145 (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.527875+0000 mon.smithi145 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.528041+0000 mon.smithi145 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.528231+0000 mon.smithi145 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.528394+0000 mon.smithi145 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.528555+0000 mon.smithi145 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:20.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:19.528724+0000 mon.smithi145 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:20.649 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:21.710 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:19.837003+0000 mgr.smithi145.wseuez (mgr.14180) 79 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:21.710 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.530878+0000 mon.smithi145 (mon.0) 362 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:20.530929+0000 mon.smithi145 (mon.0) 363 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.531681+0000 mon.smithi145 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.531945+0000 mon.smithi145 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.532388+0000 mon.smithi145 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.532554+0000 mon.smithi145 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.532735+0000 mon.smithi145 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.532902+0000 mon.smithi145 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.533057+0000 mon.smithi145 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.533213+0000 mon.smithi145 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:20.536348+0000 mon.smithi145 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.421112+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1653846094,v1:172.21.15.160:6801/1653846094]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T16:44:21.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.421418+0000 mon.smithi145 (mon.0) 373 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:19.837003+0000 mgr.smithi145.wseuez (mgr.14180) 79 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.530878+0000 mon.smithi145 (mon.0) 362 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:20.530929+0000 mon.smithi145 (mon.0) 363 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.531681+0000 mon.smithi145 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.531945+0000 mon.smithi145 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.532388+0000 mon.smithi145 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.532554+0000 mon.smithi145 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.532735+0000 mon.smithi145 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.532902+0000 mon.smithi145 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.533057+0000 mon.smithi145 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.533213+0000 mon.smithi145 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:21.809 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:20.536348+0000 mon.smithi145 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:21.810 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.421112+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1653846094,v1:172.21.15.160:6801/1653846094]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T16:44:21.810 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.421418+0000 mon.smithi145 (mon.0) 373 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T16:44:22.168 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:22.551 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1707756261,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:19.941702+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:19.941748+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.534720+0000 mon.smithi145 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:21.541852+0000 mon.smithi145 (mon.0) 375 : cluster [INF] osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358] boot 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.541895+0000 mon.smithi145 (mon.0) 376 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:21.541945+0000 mon.smithi145 (mon.0) 377 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.542244+0000 mon.smithi145 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:22.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.542428+0000 mon.smithi145 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.542579+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1653846094,v1:172.21.15.160:6801/1653846094]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.542671+0000 mon.smithi145 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.542869+0000 mon.smithi145 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.543192+0000 mon.smithi145 (mon.0) 382 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.543460+0000 mon.smithi145 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.543672+0000 mon.smithi145 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.543867+0000 mon.smithi145 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.544059+0000 mon.smithi145 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.847146+0000 mon.smithi145 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.847941+0000 mon.smithi145 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:21.848652+0000 mon.smithi145 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:22.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.166910+0000 mon.smithi145 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.145:0/2280173257' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:22.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:19.941702+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:22.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:19.941748+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.534720+0000 mon.smithi145 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:21.541852+0000 mon.smithi145 (mon.0) 375 : cluster [INF] osd.1 [v2:172.21.15.145:6802/2605527358,v1:172.21.15.145:6803/2605527358] boot 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.541895+0000 mon.smithi145 (mon.0) 376 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:21.541945+0000 mon.smithi145 (mon.0) 377 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.542244+0000 mon.smithi145 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.542428+0000 mon.smithi145 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.542579+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1653846094,v1:172.21.15.160:6801/1653846094]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.542671+0000 mon.smithi145 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.542869+0000 mon.smithi145 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.543192+0000 mon.smithi145 (mon.0) 382 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.543460+0000 mon.smithi145 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.543672+0000 mon.smithi145 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.543867+0000 mon.smithi145 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.544059+0000 mon.smithi145 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:22.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.847146+0000 mon.smithi145 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:22.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.847941+0000 mon.smithi145 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T16:44:22.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:21.848652+0000 mon.smithi145 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:22.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.166910+0000 mon.smithi145 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.145:0/2280173257' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:23.555 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:23.607 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:21.837235+0000 mgr.smithi145.wseuez (mgr.14180) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:23.607 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:21.849217+0000 mgr.smithi145.wseuez (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-12T16:44:23.607 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.541264+0000 mon.smithi145 (mon.0) 391 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:23.607 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:22.541333+0000 mon.smithi145 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.541672+0000 mon.smithi145 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.542056+0000 mon.smithi145 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.544223+0000 mon.smithi145 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.544464+0000 mon.smithi145 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.544609+0000 mon.smithi145 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.544762+0000 mon.smithi145 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.544913+0000 mon.smithi145 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.545071+0000 mon.smithi145 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:22.601084+0000 mon.smithi145 (mon.0) 401 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.205540+0000 mon.smithi145 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.206329+0000 mon.smithi145 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T16:44:23.608 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.206879+0000 mon.smithi145 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:21.837235+0000 mgr.smithi145.wseuez (mgr.14180) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:21.849217+0000 mgr.smithi145.wseuez (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.541264+0000 mon.smithi145 (mon.0) 391 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:22.541333+0000 mon.smithi145 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.541672+0000 mon.smithi145 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.542056+0000 mon.smithi145 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:23.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.544223+0000 mon.smithi145 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.544464+0000 mon.smithi145 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.544609+0000 mon.smithi145 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.544762+0000 mon.smithi145 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.544913+0000 mon.smithi145 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.545071+0000 mon.smithi145 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:22.601084+0000 mon.smithi145 (mon.0) 401 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.205540+0000 mon.smithi145 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.206329+0000 mon.smithi145 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T16:44:23.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.206879+0000 mon.smithi145 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:24.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:22.428999+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:22.429037+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:23.207348+0000 mgr.smithi145.wseuez (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:23.546164+0000 mon.smithi145 (mon.0) 405 : cluster [INF] osd.0 [v2:172.21.15.160:6800/1653846094,v1:172.21.15.160:6801/1653846094] boot 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.546210+0000 mon.smithi145 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:23.546245+0000 mon.smithi145 (mon.0) 407 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.546372+0000 mon.smithi145 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.546845+0000 mon.smithi145 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.547100+0000 mon.smithi145 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.547394+0000 mon.smithi145 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.547569+0000 mon.smithi145 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.547728+0000 mon.smithi145 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.547878+0000 mon.smithi145 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:24.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:23.548023+0000 mon.smithi145 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:22.428999+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:22.429037+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:23.207348+0000 mgr.smithi145.wseuez (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:23.546164+0000 mon.smithi145 (mon.0) 405 : cluster [INF] osd.0 [v2:172.21.15.160:6800/1653846094,v1:172.21.15.160:6801/1653846094] boot 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.546210+0000 mon.smithi145 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:23.546245+0000 mon.smithi145 (mon.0) 407 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-02-12T16:44:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.546372+0000 mon.smithi145 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.546845+0000 mon.smithi145 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.547100+0000 mon.smithi145 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.547394+0000 mon.smithi145 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.547569+0000 mon.smithi145 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.547728+0000 mon.smithi145 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.547878+0000 mon.smithi145 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:24.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:23.548023+0000 mon.smithi145 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:25.120 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:25.480 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":19,"num_osds":8,"num_up_osds":2,"osd_up_since":1707756263,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:25.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:23.837769+0000 mgr.smithi145.wseuez (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-12T16:44:25.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.553890+0000 mon.smithi145 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:25.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:24.553940+0000 mon.smithi145 (mon.0) 417 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.554311+0000 mon.smithi145 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.554803+0000 mon.smithi145 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.555568+0000 mon.smithi145 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.555849+0000 mon.smithi145 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.556002+0000 mon.smithi145 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.556133+0000 mon.smithi145 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:24.559851+0000 mon.smithi145 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.034215+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/2284318592,v1:172.21.15.160:6809/2284318592]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.034556+0000 mon.smithi145 (mon.0) 425 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T16:44:25.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.118609+0000 mon.smithi145 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.145:0/2752958462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:25.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:23.837769+0000 mgr.smithi145.wseuez (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.553890+0000 mon.smithi145 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:24.553940+0000 mon.smithi145 (mon.0) 417 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.554311+0000 mon.smithi145 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.554803+0000 mon.smithi145 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.555568+0000 mon.smithi145 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.555849+0000 mon.smithi145 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.556002+0000 mon.smithi145 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.556133+0000 mon.smithi145 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:24.559851+0000 mon.smithi145 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.034215+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/2284318592,v1:172.21.15.160:6809/2284318592]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.034556+0000 mon.smithi145 (mon.0) 425 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T16:44:25.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.118609+0000 mon.smithi145 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.145:0/2752958462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:26.481 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:26.823 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:23.625720+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:26.823 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:23.625768+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:26.823 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:25.555236+0000 mon.smithi145 (mon.0) 427 : cluster [INF] osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778] boot 2024-02-12T16:44:26.823 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.555277+0000 mon.smithi145 (mon.0) 428 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T16:44:26.823 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:25.555319+0000 mon.smithi145 (mon.0) 429 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.555898+0000 mon.smithi145 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.556082+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/2284318592,v1:172.21.15.160:6809/2284318592]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.556138+0000 mon.smithi145 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.556363+0000 mon.smithi145 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.560144+0000 mon.smithi145 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.560473+0000 mon.smithi145 (mon.0) 434 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.560820+0000 mon.smithi145 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.561054+0000 mon.smithi145 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.561348+0000 mon.smithi145 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.825593+0000 mon.smithi145 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.826336+0000 mon.smithi145 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:25.826948+0000 mon.smithi145 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:26.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.454084+0000 mon.smithi145 (mon.0) 441 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T16:44:26.954 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:23.625720+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:23.625768+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:25.555236+0000 mon.smithi145 (mon.0) 427 : cluster [INF] osd.3 [v2:172.21.15.145:6810/368973778,v1:172.21.15.145:6811/368973778] boot 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.555277+0000 mon.smithi145 (mon.0) 428 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:25.555319+0000 mon.smithi145 (mon.0) 429 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.555898+0000 mon.smithi145 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.556082+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/2284318592,v1:172.21.15.160:6809/2284318592]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.556138+0000 mon.smithi145 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.556363+0000 mon.smithi145 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.560144+0000 mon.smithi145 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:26.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.560473+0000 mon.smithi145 (mon.0) 434 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.560820+0000 mon.smithi145 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.561054+0000 mon.smithi145 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.561348+0000 mon.smithi145 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.825593+0000 mon.smithi145 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.826336+0000 mon.smithi145 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:25.826948+0000 mon.smithi145 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:26.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.454084+0000 mon.smithi145 (mon.0) 441 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T16:44:27.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:25.827453+0000 mgr.smithi145.wseuez (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-12T16:44:27.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:25.837997+0000 mgr.smithi145.wseuez (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-12T16:44:27.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.560260+0000 mon.smithi145 (mon.0) 442 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:27.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.560319+0000 mon.smithi145 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-12T16:44:27.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.560361+0000 mon.smithi145 (mon.0) 444 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:26.560406+0000 mon.smithi145 (mon.0) 445 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.560850+0000 mon.smithi145 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.561098+0000 mon.smithi145 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.561249+0000 mon.smithi145 (mon.0) 448 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.561469+0000 mon.smithi145 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.561631+0000 mon.smithi145 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.565741+0000 mon.smithi145 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.565939+0000 mon.smithi145 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.566234+0000 mon.smithi145 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-12T16:44:27.583 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:26.998399+0000 mon.smithi145 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:25.827453+0000 mgr.smithi145.wseuez (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:25.837997+0000 mgr.smithi145.wseuez (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.560260+0000 mon.smithi145 (mon.0) 442 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.560319+0000 mon.smithi145 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.560361+0000 mon.smithi145 (mon.0) 444 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:26.560406+0000 mon.smithi145 (mon.0) 445 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.560850+0000 mon.smithi145 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.561098+0000 mon.smithi145 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.561249+0000 mon.smithi145 (mon.0) 448 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.561469+0000 mon.smithi145 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.561631+0000 mon.smithi145 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.565741+0000 mon.smithi145 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.565939+0000 mon.smithi145 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:27.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.566234+0000 mon.smithi145 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-12T16:44:27.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:26.998399+0000 mon.smithi145 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:28.052 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:28.497 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":22,"num_osds":8,"num_up_osds":4,"osd_up_since":1707756267,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:28.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:26.050753+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:28.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:26.050800+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:28.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.562183+0000 mon.smithi145 (mon.0) 455 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:28.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.562265+0000 mon.smithi145 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-12T16:44:28.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:27.562350+0000 mon.smithi145 (mon.0) 457 : cluster [INF] osd.2 [v2:172.21.15.160:6808/2284318592,v1:172.21.15.160:6809/2284318592] boot 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:27.562378+0000 mon.smithi145 (mon.0) 458 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.562520+0000 mon.smithi145 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.563317+0000 mon.smithi145 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.567500+0000 mon.smithi145 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.568122+0000 mon.smithi145 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.568337+0000 mon.smithi145 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:27.568837+0000 mon.smithi145 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:28.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.050809+0000 mon.smithi145 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.145:0/1440961773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:26.050753+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:26.050800+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.562183+0000 mon.smithi145 (mon.0) 455 : audit [INF] from='osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.562265+0000 mon.smithi145 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:27.562350+0000 mon.smithi145 (mon.0) 457 : cluster [INF] osd.2 [v2:172.21.15.160:6808/2284318592,v1:172.21.15.160:6809/2284318592] boot 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:27.562378+0000 mon.smithi145 (mon.0) 458 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-02-12T16:44:28.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.562520+0000 mon.smithi145 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T16:44:28.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.563317+0000 mon.smithi145 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:28.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.567500+0000 mon.smithi145 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:28.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.568122+0000 mon.smithi145 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:28.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.568337+0000 mon.smithi145 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:28.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:27.568837+0000 mon.smithi145 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:28.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.050809+0000 mon.smithi145 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.145:0/1440961773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:29.498 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:27.485741+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:27.485823+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:27.838271+0000 mgr.smithi145.wseuez (mgr.14180) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:28.564284+0000 mon.smithi145 (mon.0) 466 : cluster [INF] osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993] boot 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:28.564331+0000 mon.smithi145 (mon.0) 467 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.564488+0000 mon.smithi145 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.565328+0000 mon.smithi145 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.565527+0000 mon.smithi145 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.565704+0000 mon.smithi145 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.744478+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.160:6816/1817069166,v1:172.21.15.160:6817/1817069166]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:28.744873+0000 mon.smithi145 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.277934+0000 mon.smithi145 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:29.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.460843+0000 mon.smithi145 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:29.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.577190+0000 mon.smithi145 (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T16:44:29.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:29.577248+0000 mon.smithi145 (mon.0) 476 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-12T16:44:29.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.577365+0000 mon.smithi145 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:29.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.577610+0000 mon.smithi145 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:29.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.577795+0000 mon.smithi145 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:27.485741+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:27.485823+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:27.838271+0000 mgr.smithi145.wseuez (mgr.14180) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:28.564284+0000 mon.smithi145 (mon.0) 466 : cluster [INF] osd.4 [v2:172.21.15.145:6818/1752841993,v1:172.21.15.145:6819/1752841993] boot 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:28.564331+0000 mon.smithi145 (mon.0) 467 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.564488+0000 mon.smithi145 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.565328+0000 mon.smithi145 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.565527+0000 mon.smithi145 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.565704+0000 mon.smithi145 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:29.839 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.744478+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.160:6816/1817069166,v1:172.21.15.160:6817/1817069166]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:28.744873+0000 mon.smithi145 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.277934+0000 mon.smithi145 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.460843+0000 mon.smithi145 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.577190+0000 mon.smithi145 (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:29.577248+0000 mon.smithi145 (mon.0) 476 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.577365+0000 mon.smithi145 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.577610+0000 mon.smithi145 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:29.840 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.577795+0000 mon.smithi145 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:30.774 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.582227+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.160:6816/1817069166,v1:172.21.15.160:6817/1817069166]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:29.587965+0000 mon.smithi145 (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:29.838566+0000 mgr.smithi145.wseuez (mgr.14180) 87 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-12T16:44:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.201776+0000 mon.smithi145 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T16:44:30.799 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.582227+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.160:6816/1817069166,v1:172.21.15.160:6817/1817069166]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:30.799 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:29.587965+0000 mon.smithi145 (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:30.799 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:29.838566+0000 mgr.smithi145.wseuez (mgr.14180) 87 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-12T16:44:30.799 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.201776+0000 mon.smithi145 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T16:44:31.118 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1707756268,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:31.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.588320+0000 mon.smithi145 (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:31.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.588386+0000 mon.smithi145 (mon.0) 483 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T16:44:31.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:30.588426+0000 mon.smithi145 (mon.0) 484 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-12T16:44:31.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.588669+0000 mon.smithi145 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.588956+0000 mon.smithi145 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.589117+0000 mon.smithi145 (mon.0) 487 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.589310+0000 mon.smithi145 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.594929+0000 mon.smithi145 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:30.772230+0000 mon.smithi145 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.145:0/582128174' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.251048+0000 mon.smithi145 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:31.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.252725+0000 mon.smithi145 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.588320+0000 mon.smithi145 (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.588386+0000 mon.smithi145 (mon.0) 483 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:30.588426+0000 mon.smithi145 (mon.0) 484 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.588669+0000 mon.smithi145 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.588956+0000 mon.smithi145 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.589117+0000 mon.smithi145 (mon.0) 487 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.589310+0000 mon.smithi145 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.594929+0000 mon.smithi145 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:30.772230+0000 mon.smithi145 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.145:0/582128174' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.251048+0000 mon.smithi145 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:32.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.252725+0000 mon.smithi145 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:44:32.119 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:29.749246+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:29.749314+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.589665+0000 mon.smithi145 (mon.0) 493 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:31.589783+0000 mon.smithi145 (mon.0) 494 : cluster [INF] osd.5 [v2:172.21.15.160:6816/1817069166,v1:172.21.15.160:6817/1817069166] boot 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:31.589823+0000 mon.smithi145 (mon.0) 495 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.590440+0000 mon.smithi145 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:32.734 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.590876+0000 mon.smithi145 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:32.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.595391+0000 mon.smithi145 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:32.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:31.595974+0000 mon.smithi145 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:32.735 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:31.839164+0000 mgr.smithi145.wseuez (mgr.14180) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:29.749246+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:29.749314+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.589665+0000 mon.smithi145 (mon.0) 493 : audit [INF] from='osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:31.589783+0000 mon.smithi145 (mon.0) 494 : cluster [INF] osd.5 [v2:172.21.15.160:6816/1817069166,v1:172.21.15.160:6817/1817069166] boot 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:31.589823+0000 mon.smithi145 (mon.0) 495 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.590440+0000 mon.smithi145 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T16:44:33.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.590876+0000 mon.smithi145 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.595391+0000 mon.smithi145 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:31.595974+0000 mon.smithi145 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:31.839164+0000 mgr.smithi145.wseuez (mgr.14180) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:31.240764+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:31.240812+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:32.593297+0000 mon.smithi145 (mon.0) 500 : cluster [INF] osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643] boot 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:32.593327+0000 mon.smithi145 (mon.0) 501 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:32.594386+0000 mon.smithi145 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:32.594628+0000 mon.smithi145 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:32.688123+0000 mon.smithi145 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:32.688816+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2525173574,v1:172.21.15.160:6825/2525173574]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T16:44:33.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:32.689105+0000 mon.smithi145 (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:31.240764+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:31.240812+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:32.593297+0000 mon.smithi145 (mon.0) 500 : cluster [INF] osd.6 [v2:172.21.15.145:6826/3616754643,v1:172.21.15.145:6827/3616754643] boot 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:32.593327+0000 mon.smithi145 (mon.0) 501 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:32.594386+0000 mon.smithi145 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:32.594628+0000 mon.smithi145 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:32.688123+0000 mon.smithi145 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:32.688816+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2525173574,v1:172.21.15.160:6825/2525173574]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T16:44:33.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:32.689105+0000 mon.smithi145 (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T16:44:33.767 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:34.161 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1707756272,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:33.612694+0000 mon.smithi145 (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:33.612749+0000 mon.smithi145 (mon.0) 507 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:33.612871+0000 mon.smithi145 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:33.613374+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2525173574,v1:172.21.15.160:6825/2525173574]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:33.613691+0000 mon.smithi145 (mon.0) 509 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:33.766632+0000 mon.smithi145 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.145:0/32152723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:34.877 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:33.839461+0000 mgr.smithi145.wseuez (mgr.14180) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-12T16:44:34.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:34.311283+0000 mon.smithi145 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:33.612694+0000 mon.smithi145 (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:33.612749+0000 mon.smithi145 (mon.0) 507 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:33.612871+0000 mon.smithi145 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:33.613374+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2525173574,v1:172.21.15.160:6825/2525173574]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:33.613691+0000 mon.smithi145 (mon.0) 509 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:33.766632+0000 mon.smithi145 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.145:0/32152723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:33.839461+0000 mgr.smithi145.wseuez (mgr.14180) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-12T16:44:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:34.311283+0000 mon.smithi145 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:35.162 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T16:44:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:34.616033+0000 mon.smithi145 (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:34.616137+0000 mon.smithi145 (mon.0) 513 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-12T16:44:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:34.616502+0000 mon.smithi145 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:34.620139+0000 mon.smithi145 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:34.940050+0000 mon.smithi145 (mon.0) 516 : cluster [INF] osd.7 [v2:172.21.15.160:6824/2525173574,v1:172.21.15.160:6825/2525173574] boot 2024-02-12T16:44:35.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:34.940090+0000 mon.smithi145 (mon.0) 517 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:34.940323+0000 mon.smithi145 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:35.261044+0000 mgr.smithi145.wseuez (mgr.14180) 90 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:35.266998+0000 mon.smithi145 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:35.540933+0000 mon.smithi145 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:35.541559+0000 mon.smithi145 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:35.542128+0000 mon.smithi145 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:35.542671+0000 mon.smithi145 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:35.543107+0000 mgr.smithi145.wseuez (mgr.14180) 91 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3990M 2024-02-12T16:44:35.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:35.548292+0000 mon.smithi145 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:36.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:34.616033+0000 mon.smithi145 (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T16:44:36.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:34.616137+0000 mon.smithi145 (mon.0) 513 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-12T16:44:36.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:34.616502+0000 mon.smithi145 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:34.620139+0000 mon.smithi145 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:34.940050+0000 mon.smithi145 (mon.0) 516 : cluster [INF] osd.7 [v2:172.21.15.160:6824/2525173574,v1:172.21.15.160:6825/2525173574] boot 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:34.940090+0000 mon.smithi145 (mon.0) 517 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:34.940323+0000 mon.smithi145 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:35.261044+0000 mgr.smithi145.wseuez (mgr.14180) 90 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:35.266998+0000 mon.smithi145 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:35.540933+0000 mon.smithi145 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:35.541559+0000 mon.smithi145 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:35.542128+0000 mon.smithi145 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:35.542671+0000 mon.smithi145 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:35.543107+0000 mgr.smithi145.wseuez (mgr.14180) 91 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3990M 2024-02-12T16:44:36.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:35.548292+0000 mon.smithi145 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:36.485 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:36.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:33.690375+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:36.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:33.690418+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:36.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:35.839959+0000 mgr.smithi145.wseuez (mgr.14180) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:36.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:35.944408+0000 mon.smithi145 (mon.0) 525 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-02-12T16:44:36.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:36.484135+0000 mon.smithi145 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.145:0/3636221922' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:36.910 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1707756274,"num_in_osds":8,"osd_in_since":1707756248,"num_remapped_pgs":0} 2024-02-12T16:44:36.910 INFO:tasks.cephadm:Setting up client nodes... 2024-02-12T16:44:36.911 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-12T16:44:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:33.690375+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T16:44:37.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:33.690418+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T16:44:37.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:35.839959+0000 mgr.smithi145.wseuez (mgr.14180) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:37.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:35.944408+0000 mon.smithi145 (mon.0) 525 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-02-12T16:44:37.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:36.484135+0000 mon.smithi145 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.145:0/3636221922' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T16:44:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:36.946661+0000 mon.smithi145 (mon.0) 527 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-12T16:44:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:36.977379+0000 mgr.smithi145.wseuez (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi145 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:36.983225+0000 mon.smithi145 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.340545+0000 mon.smithi145 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.341167+0000 mon.smithi145 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.341692+0000 mon.smithi145 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.342203+0000 mon.smithi145 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:44:37.342591+0000 mgr.smithi145.wseuez (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3222M 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.346247+0000 mon.smithi145 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.346951+0000 mon.smithi145 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.347534+0000 mon.smithi145 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:44:38.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.351533+0000 mon.smithi145 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:38.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.354888+0000 mon.smithi145 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:44:38.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.357523+0000 mon.smithi145 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:44:38.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.358503+0000 mon.smithi145 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:44:38.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.358644+0000 mon.smithi145 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:38.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:37.359028+0000 mon.smithi145 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:38.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:36.946661+0000 mon.smithi145 (mon.0) 527 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:36.977379+0000 mgr.smithi145.wseuez (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi145 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:36.983225+0000 mon.smithi145 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.340545+0000 mon.smithi145 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.341167+0000 mon.smithi145 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.341692+0000 mon.smithi145 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.342203+0000 mon.smithi145 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:44:37.342591+0000 mgr.smithi145.wseuez (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3222M 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.346247+0000 mon.smithi145 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.346951+0000 mon.smithi145 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.347534+0000 mon.smithi145 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.351533+0000 mon.smithi145 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:38.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.354888+0000 mon.smithi145 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:44:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.357523+0000 mon.smithi145 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:44:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.358503+0000 mon.smithi145 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T16:44:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.358644+0000 mon.smithi145 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:37.359028+0000 mon.smithi145 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:44:38.505 INFO:teuthology.orchestra.run.smithi145.stdout:[client.0] 2024-02-12T16:44:38.506 INFO:teuthology.orchestra.run.smithi145.stdout: key = AQD2Sspl/VHTHRAAeyCcvZPccyQCBu81xCtDrw== 2024-02-12T16:44:38.858 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T16:44:38.858 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-12T16:44:38.858 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-12T16:44:38.902 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-12T16:44:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:37.840279+0000 mgr.smithi145.wseuez (mgr.14180) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:38.500209+0000 mon.smithi145 (mon.0) 542 : audit [INF] from='client.? 172.21.15.145:0/905260507' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T16:44:39.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:38.503883+0000 mon.smithi145 (mon.0) 543 : audit [INF] from='client.? 172.21.15.145:0/905260507' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-12T16:44:39.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:37.840279+0000 mgr.smithi145.wseuez (mgr.14180) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:39.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:38.500209+0000 mon.smithi145 (mon.0) 542 : audit [INF] from='client.? 172.21.15.145:0/905260507' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T16:44:39.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:38.503883+0000 mon.smithi145 (mon.0) 543 : audit [INF] from='client.? 172.21.15.145:0/905260507' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-12T16:44:40.582 INFO:teuthology.orchestra.run.smithi160.stdout:[client.1] 2024-02-12T16:44:40.582 INFO:teuthology.orchestra.run.smithi160.stdout: key = AQD4Sspl5XlRIhAA69PRzFI1EKy0ub9FMHnQAw== 2024-02-12T16:44:41.189 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T16:44:41.189 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-12T16:44:41.189 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-12T16:44:41.230 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T16:44:41.538 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:39.840631+0000 mgr.smithi145.wseuez (mgr.14180) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:41.538 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:40.575083+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/2487434767' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T16:44:41.538 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:40.575608+0000 mon.smithi145 (mon.0) 544 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T16:44:41.538 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:40.580904+0000 mon.smithi145 (mon.0) 545 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-12T16:44:41.615 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:39.840631+0000 mgr.smithi145.wseuez (mgr.14180) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:40.575083+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/2487434767' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T16:44:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:40.575608+0000 mon.smithi145 (mon.0) 544 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T16:44:41.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:40.580904+0000 mon.smithi145 (mon.0) 545 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-12T16:44:42.865 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:42.865 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":32,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","created":"2024-02-12T16:41:36.466215+0000","modified":"2024-02-12T16:44:36.942372+0000","last_up_change":"2024-02-12T16:44:34.936021+0000","last_in_change":"2024-02-12T16:44:08.965796+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-12T16:44:25.821377+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":"28","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":"8f1ee559-5f07-4368-abaf-74603087273e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6801","nonce":1653846094}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6803","nonce":1653846094}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6807","nonce":1653846094}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6805","nonce":1653846094}]},"public_addr":"172.21.15.160:6801/1653846094","cluster_addr":"172.21.15.160:6803/1653846094","heartbeat_back_addr":"172.21.15.160:6807/1653846094","heartbeat_front_addr":"172.21.15.160:6805/1653846094","state":["exists","up"]},{"osd":1,"uuid":"92604ac2-e8c0-4051-b625-b17495d3f81b","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.145:6802","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6803","nonce":2605527358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6805","nonce":2605527358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6809","nonce":2605527358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6807","nonce":2605527358}]},"public_addr":"172.21.15.145:6803/2605527358","cluster_addr":"172.21.15.145:6805/2605527358","heartbeat_back_addr":"172.21.15.145:6809/2605527358","heartbeat_front_addr":"172.21.15.145:6807/2605527358","state":["exists","up"]},{"osd":2,"uuid":"9206f294-c27f-4bcb-9600-c2c4cc4aae25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6809","nonce":2284318592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6811","nonce":2284318592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6815","nonce":2284318592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6813","nonce":2284318592}]},"public_addr":"172.21.15.160:6809/2284318592","cluster_addr":"172.21.15.160:6811/2284318592","heartbeat_back_addr":"172.21.15.160:6815/2284318592","heartbeat_front_addr":"172.21.15.160:6813/2284318592","state":["exists","up"]},{"osd":3,"uuid":"2f173add-6bab-4fb6-90c9-331093d50d10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6811","nonce":368973778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6813","nonce":368973778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6817","nonce":368973778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6815","nonce":368973778}]},"public_addr":"172.21.15.145:6811/368973778","cluster_addr":"172.21.15.145:6813/368973778","heartbeat_back_addr":"172.21.15.145:6817/368973778","heartbeat_front_addr":"172.21.15.145:6815/368973778","state":["exists","up"]},{"osd":4,"uuid":"30911d15-7d0c-4eea-af96-f97a195553ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6819","nonce":1752841993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6821","nonce":1752841993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6825","nonce":1752841993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6823","nonce":1752841993}]},"public_addr":"172.21.15.145:6819/1752841993","cluster_addr":"172.21.15.145:6821/1752841993","heartbeat_back_addr":"172.21.15.145:6825/1752841993","heartbeat_front_addr":"172.21.15.145:6823/1752841993","state":["exists","up"]},{"osd":5,"uuid":"a6532fae-3459-4af9-82d2-b839e9e24330","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6817","nonce":1817069166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6819","nonce":1817069166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6823","nonce":1817069166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6821","nonce":1817069166}]},"public_addr":"172.21.15.160:6817/1817069166","cluster_addr":"172.21.15.160:6819/1817069166","heartbeat_back_addr":"172.21.15.160:6823/1817069166","heartbeat_front_addr":"172.21.15.160:6821/1817069166","state":["exists","up"]},{"osd":6,"uuid":"6d2ec442-bdee-49b7-8acb-bd89668c5cb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6827","nonce":3616754643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6829","nonce":3616754643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6832","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6833","nonce":3616754643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6831","nonce":3616754643}]},"public_addr":"172.21.15.145:6827/3616754643","cluster_addr":"172.21.15.145:6829/3616754643","heartbeat_back_addr":"172.21.15.145:6833/3616754643","heartbeat_front_addr":"172.21.15.145:6831/3616754643","state":["exists","up"]},{"osd":7,"uuid":"0f8b0ca3-b879-4032-8eee-117ba36252a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6825","nonce":2525173574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6827","nonce":2525173574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6831","nonce":2525173574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6829","nonce":2525173574}]},"public_addr":"172.21.15.160:6825/2525173574","cluster_addr":"172.21.15.160:6827/2525173574","heartbeat_back_addr":"172.21.15.160:6831/2525173574","heartbeat_front_addr":"172.21.15.160:6829/2525173574","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:22.429039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:19.941750+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:26.050802+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:23.625770+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:27.485828+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:29.749318+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:31.240814+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:33.690436+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.145:0/2936540211":"2024-02-13T16:43:01.821496+0000","172.21.15.145:6800/33219166":"2024-02-13T16:43:01.821496+0000","172.21.15.145:0/1261056273":"2024-02-13T16:43:01.821496+0000","172.21.15.145:0/582514095":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/367322778":"2024-02-13T16:42:24.044598+0000","172.21.15.145:6801/3257557642":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/1966177840":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6801/33219166":"2024-02-13T16:43:01.821496+0000","172.21.15.145:6800/3257557642":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/1861806019":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6800/2426370303":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6801/2426370303":"2024-02-13T16:41:56.287551+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-12T16:44:43.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:41.841005+0000 mgr.smithi145.wseuez (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:43.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:42.863019+0000 mon.smithi145 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.145:0/3536243487' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T16:44:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:41.841005+0000 mgr.smithi145.wseuez (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:42.863019+0000 mon.smithi145 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.145:0/3536243487' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T16:44:44.200 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-12T16:44:25.821377+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': '28', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-12T16:44:44.200 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-12T16:44:44.478 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:45.359 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:43.841494+0000 mgr.smithi145.wseuez (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:45.359 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:44.192780+0000 mon.smithi145 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:45.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:43.841494+0000 mgr.smithi145.wseuez (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:45.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:44.192780+0000 mon.smithi145 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:45.693 INFO:teuthology.orchestra.run.smithi145.stdout:pg_num: 1 2024-02-12T16:44:46.047 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-12T16:44:46.047 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-12T16:44:46.047 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-12T16:44:46.314 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:45.259898+0000 mon.smithi145 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:45.692143+0000 mon.smithi145 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.145:0/2607547331' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-12T16:44:46.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:45.259898+0000 mon.smithi145 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:44:46.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:45.692143+0000 mon.smithi145 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.145:0/2607547331' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-12T16:44:47.447 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:47.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:45.841918+0000 mgr.smithi145.wseuez (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:47.608 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:45.841918+0000 mgr.smithi145.wseuez (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:47.805 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi145.wseuez","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":2044201308},{"type":"v1","addr":"172.21.15.145:6801","nonce":2044201308}]},"active_addr":"172.21.15.145:6801/2044201308","active_change":"2024-02-12T16:43:01.821603+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi160.adhhlx","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.145:8443/","prometheus":"http://172.21.15.145: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.145:0","nonce":4082164870}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.145:0","nonce":2112616397}]}]} 2024-02-12T16:44:47.809 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-12T16:44:47.809 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-12T16:44:47.809 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T16:44:48.074 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:48.475 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:47.441036+0000 mon.smithi145 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.145:0/3573643805' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-12T16:44:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:47.441036+0000 mon.smithi145 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.145:0/3573643805' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-12T16:44:49.145 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:49.145 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":32,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","created":"2024-02-12T16:41:36.466215+0000","modified":"2024-02-12T16:44:36.942372+0000","last_up_change":"2024-02-12T16:44:34.936021+0000","last_in_change":"2024-02-12T16:44:08.965796+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-12T16:44:25.821377+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":"28","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":"8f1ee559-5f07-4368-abaf-74603087273e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6801","nonce":1653846094}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6803","nonce":1653846094}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6807","nonce":1653846094}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6805","nonce":1653846094}]},"public_addr":"172.21.15.160:6801/1653846094","cluster_addr":"172.21.15.160:6803/1653846094","heartbeat_back_addr":"172.21.15.160:6807/1653846094","heartbeat_front_addr":"172.21.15.160:6805/1653846094","state":["exists","up"]},{"osd":1,"uuid":"92604ac2-e8c0-4051-b625-b17495d3f81b","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.145:6802","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6803","nonce":2605527358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6805","nonce":2605527358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6809","nonce":2605527358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6807","nonce":2605527358}]},"public_addr":"172.21.15.145:6803/2605527358","cluster_addr":"172.21.15.145:6805/2605527358","heartbeat_back_addr":"172.21.15.145:6809/2605527358","heartbeat_front_addr":"172.21.15.145:6807/2605527358","state":["exists","up"]},{"osd":2,"uuid":"9206f294-c27f-4bcb-9600-c2c4cc4aae25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6809","nonce":2284318592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6811","nonce":2284318592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6815","nonce":2284318592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6813","nonce":2284318592}]},"public_addr":"172.21.15.160:6809/2284318592","cluster_addr":"172.21.15.160:6811/2284318592","heartbeat_back_addr":"172.21.15.160:6815/2284318592","heartbeat_front_addr":"172.21.15.160:6813/2284318592","state":["exists","up"]},{"osd":3,"uuid":"2f173add-6bab-4fb6-90c9-331093d50d10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6811","nonce":368973778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6813","nonce":368973778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6817","nonce":368973778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6815","nonce":368973778}]},"public_addr":"172.21.15.145:6811/368973778","cluster_addr":"172.21.15.145:6813/368973778","heartbeat_back_addr":"172.21.15.145:6817/368973778","heartbeat_front_addr":"172.21.15.145:6815/368973778","state":["exists","up"]},{"osd":4,"uuid":"30911d15-7d0c-4eea-af96-f97a195553ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6819","nonce":1752841993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6821","nonce":1752841993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6825","nonce":1752841993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6823","nonce":1752841993}]},"public_addr":"172.21.15.145:6819/1752841993","cluster_addr":"172.21.15.145:6821/1752841993","heartbeat_back_addr":"172.21.15.145:6825/1752841993","heartbeat_front_addr":"172.21.15.145:6823/1752841993","state":["exists","up"]},{"osd":5,"uuid":"a6532fae-3459-4af9-82d2-b839e9e24330","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6817","nonce":1817069166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6819","nonce":1817069166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6823","nonce":1817069166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6821","nonce":1817069166}]},"public_addr":"172.21.15.160:6817/1817069166","cluster_addr":"172.21.15.160:6819/1817069166","heartbeat_back_addr":"172.21.15.160:6823/1817069166","heartbeat_front_addr":"172.21.15.160:6821/1817069166","state":["exists","up"]},{"osd":6,"uuid":"6d2ec442-bdee-49b7-8acb-bd89668c5cb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6827","nonce":3616754643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6829","nonce":3616754643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6832","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6833","nonce":3616754643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6831","nonce":3616754643}]},"public_addr":"172.21.15.145:6827/3616754643","cluster_addr":"172.21.15.145:6829/3616754643","heartbeat_back_addr":"172.21.15.145:6833/3616754643","heartbeat_front_addr":"172.21.15.145:6831/3616754643","state":["exists","up"]},{"osd":7,"uuid":"0f8b0ca3-b879-4032-8eee-117ba36252a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6825","nonce":2525173574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6827","nonce":2525173574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6831","nonce":2525173574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6829","nonce":2525173574}]},"public_addr":"172.21.15.160:6825/2525173574","cluster_addr":"172.21.15.160:6827/2525173574","heartbeat_back_addr":"172.21.15.160:6831/2525173574","heartbeat_front_addr":"172.21.15.160:6829/2525173574","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:22.429039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:19.941750+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:26.050802+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:23.625770+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:27.485828+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:29.749318+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:31.240814+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:33.690436+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.145:0/2936540211":"2024-02-13T16:43:01.821496+0000","172.21.15.145:6800/33219166":"2024-02-13T16:43:01.821496+0000","172.21.15.145:0/1261056273":"2024-02-13T16:43:01.821496+0000","172.21.15.145:0/582514095":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/367322778":"2024-02-13T16:42:24.044598+0000","172.21.15.145:6801/3257557642":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/1966177840":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6801/33219166":"2024-02-13T16:43:01.821496+0000","172.21.15.145:6800/3257557642":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/1861806019":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6800/2426370303":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6801/2426370303":"2024-02-13T16:41:56.287551+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-12T16:44:49.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:47.842253+0000 mgr.smithi145.wseuez (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:49.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:49.142218+0000 mon.smithi145 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.145:0/2179715643' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T16:44:49.513 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-12T16:44:49.513 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T16:44:49.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:47.842253+0000 mgr.smithi145.wseuez (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:49.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:49.142218+0000 mon.smithi145 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.145:0/2179715643' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T16:44:49.777 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:50.809 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:44:50.809 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":32,"fsid":"81a2a5c0-c9c5-11ee-95b9-87774f69a715","created":"2024-02-12T16:41:36.466215+0000","modified":"2024-02-12T16:44:36.942372+0000","last_up_change":"2024-02-12T16:44:34.936021+0000","last_in_change":"2024-02-12T16:44:08.965796+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-12T16:44:25.821377+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":"28","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":"8f1ee559-5f07-4368-abaf-74603087273e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6801","nonce":1653846094}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6803","nonce":1653846094}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6807","nonce":1653846094}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1653846094},{"type":"v1","addr":"172.21.15.160:6805","nonce":1653846094}]},"public_addr":"172.21.15.160:6801/1653846094","cluster_addr":"172.21.15.160:6803/1653846094","heartbeat_back_addr":"172.21.15.160:6807/1653846094","heartbeat_front_addr":"172.21.15.160:6805/1653846094","state":["exists","up"]},{"osd":1,"uuid":"92604ac2-e8c0-4051-b625-b17495d3f81b","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.145:6802","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6803","nonce":2605527358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6805","nonce":2605527358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6809","nonce":2605527358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":2605527358},{"type":"v1","addr":"172.21.15.145:6807","nonce":2605527358}]},"public_addr":"172.21.15.145:6803/2605527358","cluster_addr":"172.21.15.145:6805/2605527358","heartbeat_back_addr":"172.21.15.145:6809/2605527358","heartbeat_front_addr":"172.21.15.145:6807/2605527358","state":["exists","up"]},{"osd":2,"uuid":"9206f294-c27f-4bcb-9600-c2c4cc4aae25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6809","nonce":2284318592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6811","nonce":2284318592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6815","nonce":2284318592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":2284318592},{"type":"v1","addr":"172.21.15.160:6813","nonce":2284318592}]},"public_addr":"172.21.15.160:6809/2284318592","cluster_addr":"172.21.15.160:6811/2284318592","heartbeat_back_addr":"172.21.15.160:6815/2284318592","heartbeat_front_addr":"172.21.15.160:6813/2284318592","state":["exists","up"]},{"osd":3,"uuid":"2f173add-6bab-4fb6-90c9-331093d50d10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6811","nonce":368973778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6813","nonce":368973778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6817","nonce":368973778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":368973778},{"type":"v1","addr":"172.21.15.145:6815","nonce":368973778}]},"public_addr":"172.21.15.145:6811/368973778","cluster_addr":"172.21.15.145:6813/368973778","heartbeat_back_addr":"172.21.15.145:6817/368973778","heartbeat_front_addr":"172.21.15.145:6815/368973778","state":["exists","up"]},{"osd":4,"uuid":"30911d15-7d0c-4eea-af96-f97a195553ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6819","nonce":1752841993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6821","nonce":1752841993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6825","nonce":1752841993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":1752841993},{"type":"v1","addr":"172.21.15.145:6823","nonce":1752841993}]},"public_addr":"172.21.15.145:6819/1752841993","cluster_addr":"172.21.15.145:6821/1752841993","heartbeat_back_addr":"172.21.15.145:6825/1752841993","heartbeat_front_addr":"172.21.15.145:6823/1752841993","state":["exists","up"]},{"osd":5,"uuid":"a6532fae-3459-4af9-82d2-b839e9e24330","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6817","nonce":1817069166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6819","nonce":1817069166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6823","nonce":1817069166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1817069166},{"type":"v1","addr":"172.21.15.160:6821","nonce":1817069166}]},"public_addr":"172.21.15.160:6817/1817069166","cluster_addr":"172.21.15.160:6819/1817069166","heartbeat_back_addr":"172.21.15.160:6823/1817069166","heartbeat_front_addr":"172.21.15.160:6821/1817069166","state":["exists","up"]},{"osd":6,"uuid":"6d2ec442-bdee-49b7-8acb-bd89668c5cb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6827","nonce":3616754643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6829","nonce":3616754643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6832","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6833","nonce":3616754643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":3616754643},{"type":"v1","addr":"172.21.15.145:6831","nonce":3616754643}]},"public_addr":"172.21.15.145:6827/3616754643","cluster_addr":"172.21.15.145:6829/3616754643","heartbeat_back_addr":"172.21.15.145:6833/3616754643","heartbeat_front_addr":"172.21.15.145:6831/3616754643","state":["exists","up"]},{"osd":7,"uuid":"0f8b0ca3-b879-4032-8eee-117ba36252a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6825","nonce":2525173574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6827","nonce":2525173574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6831","nonce":2525173574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2525173574},{"type":"v1","addr":"172.21.15.160:6829","nonce":2525173574}]},"public_addr":"172.21.15.160:6825/2525173574","cluster_addr":"172.21.15.160:6827/2525173574","heartbeat_back_addr":"172.21.15.160:6831/2525173574","heartbeat_front_addr":"172.21.15.160:6829/2525173574","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:22.429039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:19.941750+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:26.050802+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:23.625770+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:27.485828+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:29.749318+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:31.240814+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-12T16:44:33.690436+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.145:0/2936540211":"2024-02-13T16:43:01.821496+0000","172.21.15.145:6800/33219166":"2024-02-13T16:43:01.821496+0000","172.21.15.145:0/1261056273":"2024-02-13T16:43:01.821496+0000","172.21.15.145:0/582514095":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/367322778":"2024-02-13T16:42:24.044598+0000","172.21.15.145:6801/3257557642":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/1966177840":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6801/33219166":"2024-02-13T16:43:01.821496+0000","172.21.15.145:6800/3257557642":"2024-02-13T16:42:24.044598+0000","172.21.15.145:0/1861806019":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6800/2426370303":"2024-02-13T16:41:56.287551+0000","172.21.15.145:6801/2426370303":"2024-02-13T16:41:56.287551+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-12T16:44:51.206 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-12T16:44:51.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:49.842576+0000 mgr.smithi145.wseuez (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:51.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:44:50.807262+0000 mon.smithi145 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.145:0/2580059253' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T16:44:51.491 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:49.842576+0000 mgr.smithi145.wseuez (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:44:50.807262+0000 mon.smithi145 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.145:0/2580059253' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T16:44:52.884 INFO:teuthology.orchestra.run.smithi145.stdout:77309411337 2024-02-12T16:44:52.884 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-12T16:44:53.178 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:51.842874+0000 mgr.smithi145.wseuez (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:53.609 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:51.842874+0000 mgr.smithi145.wseuez (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:54.502 INFO:teuthology.orchestra.run.smithi145.stdout:68719476746 2024-02-12T16:44:54.503 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-12T16:44:54.784 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:55.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:53.843213+0000 mgr.smithi145.wseuez (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:55.583 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:53.843213+0000 mgr.smithi145.wseuez (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:56.153 INFO:teuthology.orchestra.run.smithi145.stdout:94489280520 2024-02-12T16:44:56.154 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-12T16:44:56.432 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:57.523 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:55.843531+0000 mgr.smithi145.wseuez (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:55.843531+0000 mgr.smithi145.wseuez (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:57.704 INFO:teuthology.orchestra.run.smithi145.stdout:85899345929 2024-02-12T16:44:57.704 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-12T16:44:57.977 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:59.236 INFO:teuthology.orchestra.run.smithi145.stdout:98784247817 2024-02-12T16:44:59.236 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-12T16:44:59.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:44:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:57.843862+0000 mgr.smithi145.wseuez (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:44:59.514 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:44:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:44:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:57.843862+0000 mgr.smithi145.wseuez (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:00.820 INFO:teuthology.orchestra.run.smithi145.stdout:111669149704 2024-02-12T16:45:00.820 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-12T16:45:01.101 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:01.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:44:59.844164+0000 mgr.smithi145.wseuez (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:44:59.844164+0000 mgr.smithi145.wseuez (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:02.271 INFO:teuthology.orchestra.run.smithi145.stdout:115964116999 2024-02-12T16:45:02.272 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-12T16:45:02.554 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:01.844466+0000 mgr.smithi145.wseuez (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:03.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:01.844466+0000 mgr.smithi145.wseuez (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:03.819 INFO:teuthology.orchestra.run.smithi145.stdout:128849018888 2024-02-12T16:45:03.819 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-12T16:45:04.102 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:05.117 INFO:teuthology.orchestra.run.smithi145.stdout:77309411339 2024-02-12T16:45:05.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:03.844772+0000 mgr.smithi145.wseuez (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:05.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:05.114823+0000 mon.smithi145 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.145:0/940649394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-12T16:45:05.477 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411339 for osd.0 2024-02-12T16:45:05.477 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-12T16:45:05.755 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:03.844772+0000 mgr.smithi145.wseuez (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:05.114823+0000 mon.smithi145 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.145:0/940649394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-12T16:45:06.830 INFO:teuthology.orchestra.run.smithi145.stdout:68719476748 2024-02-12T16:45:07.185 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.1 2024-02-12T16:45:07.186 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-12T16:45:07.460 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:05.845092+0000 mgr.smithi145.wseuez (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:06.828757+0000 mon.smithi145 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.145:0/504900440' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-12T16:45:07.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:05.845092+0000 mgr.smithi145.wseuez (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:07.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:06.828757+0000 mon.smithi145 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.145:0/504900440' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-12T16:45:08.583 INFO:teuthology.orchestra.run.smithi145.stdout:94489280523 2024-02-12T16:45:08.977 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280520 got 94489280523 for osd.2 2024-02-12T16:45:08.977 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-12T16:45:09.250 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:09.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:07.845430+0000 mgr.smithi145.wseuez (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:09.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:08.581741+0000 mon.smithi145 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.145:0/2059379607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-12T16:45:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:07.845430+0000 mgr.smithi145.wseuez (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:08.581741+0000 mon.smithi145 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.145:0/2059379607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-12T16:45:10.286 INFO:teuthology.orchestra.run.smithi145.stdout:85899345931 2024-02-12T16:45:10.635 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345931 for osd.3 2024-02-12T16:45:10.635 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-12T16:45:10.910 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:11.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:09.845753+0000 mgr.smithi145.wseuez (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:11.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:10.284714+0000 mon.smithi145 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.145:0/1930721614' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-12T16:45:11.320 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:09.845753+0000 mgr.smithi145.wseuez (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:11.321 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:10.284714+0000 mon.smithi145 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.145:0/1930721614' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-12T16:45:11.982 INFO:teuthology.orchestra.run.smithi145.stdout:98784247819 2024-02-12T16:45:12.334 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2024-02-12T16:45:12.334 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-12T16:45:12.608 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:13.079 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:11.846075+0000 mgr.smithi145.wseuez (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:13.079 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:11.980725+0000 mon.smithi145 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.145:0/2812522977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-12T16:45:13.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:11.846075+0000 mgr.smithi145.wseuez (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:13.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:11.980725+0000 mon.smithi145 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.145:0/2812522977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-12T16:45:13.778 INFO:teuthology.orchestra.run.smithi145.stdout:111669149707 2024-02-12T16:45:14.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:13.776754+0000 mon.smithi145 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.145:0/3003867979' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-12T16:45:14.166 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149704 got 111669149707 for osd.5 2024-02-12T16:45:14.166 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-12T16:45:14.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:13.776754+0000 mon.smithi145 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.145:0/3003867979' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-12T16:45:14.437 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:15.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:13.846373+0000 mgr.smithi145.wseuez (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:15.295 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:13.846373+0000 mgr.smithi145.wseuez (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:15.620 INFO:teuthology.orchestra.run.smithi145.stdout:115964117002 2024-02-12T16:45:16.016 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964116999 got 115964117002 for osd.6 2024-02-12T16:45:16.016 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-12T16:45:16.282 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:16.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:15.618371+0000 mon.smithi145 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.145:0/3498127680' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-12T16:45:16.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:15.618371+0000 mon.smithi145 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.145:0/3498127680' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-12T16:45:17.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:15.846719+0000 mgr.smithi145.wseuez (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:17.305 INFO:teuthology.orchestra.run.smithi145.stdout:128849018891 2024-02-12T16:45:17.326 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:15.846719+0000 mgr.smithi145.wseuez (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:17.675 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018888 got 128849018891 for osd.7 2024-02-12T16:45:17.675 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-12T16:45:17.675 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-12T16:45:17.941 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:18.240 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:17.303814+0000 mon.smithi145 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.145:0/3333125493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-12T16:45:18.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:17.303814+0000 mon.smithi145 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.145:0/3333125493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-12T16:45:19.028 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:19.030 INFO:teuthology.orchestra.run.smithi145.stderr:dumped all 2024-02-12T16:45:19.280 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:17.846986+0000 mgr.smithi145.wseuez (mgr.14180) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:19.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:17.846986+0000 mgr.smithi145.wseuez (mgr.14180) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:19.408 INFO:teuthology.orchestra.run.smithi145.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2024-02-12T16:45:17.846852+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":2379228,"kb_used_data":2460,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549220,"statfs":{"total":767926730752,"available":765490401280,"internally_reserved":0,"allocated":2519040,"data_stored":974861,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-02-12T16:44:36.955546+0000","last_change":"2024-02-12T16:44:36.955546+0000","last_active":"2024-02-12T16:44:36.955546+0000","last_peered":"2024-02-12T16:44:36.955546+0000","last_clean":"2024-02-12T16:44:36.955546+0000","last_became_active":"2024-02-12T16:44:36.955256+0000","last_became_peered":"2024-02-12T16:44:36.955256+0000","last_unstale":"2024-02-12T16:44:36.955546+0000","last_undegraded":"2024-02-12T16:44:36.955546+0000","last_fullsized":"2024-02-12T16:44:36.955546+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-12T16:44:26.556590+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-12T16:44:26.556590+0000","last_clean_scrub_stamp":"2024-02-12T16:44:26.556590+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":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121582,"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.34399999999999997}]},{"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.45200000000000001}]},{"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.38600000000000001}]},{"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.42299999999999999}]},{"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.48299999999999998}]},{"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.54000000000000004}]},{"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.53100000000000003}]}]},{"osd":6,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.44500000000000001}]},{"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.40200000000000002}]},{"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.41499999999999998}]},{"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.441}]},{"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.47099999999999997}]},{"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.623}]},{"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.60999999999999999}]}]},{"osd":0,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.48499999999999999}]},{"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.47699999999999998}]},{"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.504}]},{"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.38800000000000001}]},{"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.497}]},{"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.53700000000000003}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.55100000000000005}]},{"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.63100000000000001}]},{"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.32300000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.437}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"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.40999999999999998}]},{"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.69899999999999995}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.39100000000000001}]},{"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.36599999999999999}]},{"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.46999999999999997}]},{"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.28699999999999998}]},{"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.443}]},{"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.52500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64300000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280525,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.38200000000000001}]},{"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.47699999999999998}]},{"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.46100000000000002}]},{"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.56200000000000006}]},{"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.42499999999999999}]},{"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.53200000000000003}]},{"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.58599999999999997}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.54500000000000004}]},{"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.29999999999999999}]},{"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.58899999999999997}]},{"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.44400000000000001}]},{"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.52500000000000002}]},{"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.51700000000000002}]},{"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.53200000000000003}]}]},{"osd":5,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.46200000000000002}]},{"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.53900000000000003}]},{"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.40300000000000002}]},{"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.45200000000000001}]},{"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.5}]},{"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.59199999999999997}]},{"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.56799999999999995}]}]}],"pool_statfs":[{"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-02-12T16:45:19.409 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-12T16:45:19.674 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:20.061 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:19.025478+0000 mgr.smithi145.wseuez (mgr.14180) 116 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:45:20.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:19.025478+0000 mgr.smithi145.wseuez (mgr.14180) 116 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:45:20.681 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:20.683 INFO:teuthology.orchestra.run.smithi145.stderr:dumped all 2024-02-12T16:45:21.041 INFO:teuthology.orchestra.run.smithi145.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-02-12T16:45:19.847230+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":2379228,"kb_used_data":2460,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549220,"statfs":{"total":767926730752,"available":765490401280,"internally_reserved":0,"allocated":2519040,"data_stored":974861,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-02-12T16:44:36.955546+0000","last_change":"2024-02-12T16:44:36.955546+0000","last_active":"2024-02-12T16:44:36.955546+0000","last_peered":"2024-02-12T16:44:36.955546+0000","last_clean":"2024-02-12T16:44:36.955546+0000","last_became_active":"2024-02-12T16:44:36.955256+0000","last_became_peered":"2024-02-12T16:44:36.955256+0000","last_unstale":"2024-02-12T16:44:36.955546+0000","last_undegraded":"2024-02-12T16:44:36.955546+0000","last_fullsized":"2024-02-12T16:44:36.955546+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-12T16:44:26.556590+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-12T16:44:26.556590+0000","last_clean_scrub_stamp":"2024-02-12T16:44:26.556590+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":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121582,"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.34399999999999997}]},{"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.45200000000000001}]},{"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.38600000000000001}]},{"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.42299999999999999}]},{"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.48299999999999998}]},{"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.54000000000000004}]},{"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.53100000000000003}]}]},{"osd":6,"up_from":27,"seq":115964117003,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.44500000000000001}]},{"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.40200000000000002}]},{"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.41499999999999998}]},{"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.441}]},{"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.47099999999999997}]},{"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.623}]},{"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.60999999999999999}]}]},{"osd":0,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.56000000000000005}]},{"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.39300000000000002}]},{"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.53800000000000003}]},{"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.59199999999999997}]},{"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.47099999999999997}]},{"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.626}]},{"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.48099999999999998}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.55100000000000005}]},{"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.63100000000000001}]},{"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.32300000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.437}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"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.40999999999999998}]},{"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.69899999999999995}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.39100000000000001}]},{"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.36599999999999999}]},{"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.46999999999999997}]},{"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.28699999999999998}]},{"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.443}]},{"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.52500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64300000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280525,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.38200000000000001}]},{"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.47699999999999998}]},{"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.46100000000000002}]},{"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.56200000000000006}]},{"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.42499999999999999}]},{"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.53200000000000003}]},{"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.58599999999999997}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.58499999999999996}]},{"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.44}]},{"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.60399999999999998}]},{"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.46500000000000002}]},{"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.66000000000000003}]},{"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.53000000000000003}]},{"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.57699999999999996}]}]},{"osd":5,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121897,"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.46200000000000002}]},{"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.53900000000000003}]},{"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.40300000000000002}]},{"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.45200000000000001}]},{"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.5}]},{"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.59199999999999997}]},{"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.56799999999999995}]}]}],"pool_statfs":[{"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-02-12T16:45:21.042 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-12T16:45:21.042 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-12T16:45:21.042 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-12T16:45:21.042 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-12T16:45:21.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:19.847430+0000 mgr.smithi145.wseuez (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:21.311 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-12T16:45:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:19.847430+0000 mgr.smithi145.wseuez (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:22.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:20.678257+0000 mgr.smithi145.wseuez (mgr.14180) 118 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:45:22.357 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:22.382 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:20.678257+0000 mgr.smithi145.wseuez (mgr.14180) 118 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:45:22.732 INFO:teuthology.orchestra.run.smithi145.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-12T16:45:22.732 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-12T16:45:22.732 INFO:tasks.cephadm:Setup complete, yielding 2024-02-12T16:45:22.733 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T16:45:22.741 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:45:22.742 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-12T16:45:23.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:21.847774+0000 mgr.smithi145.wseuez (mgr.14180) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:23.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:22.355776+0000 mon.smithi145 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.145:0/1971420948' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-12T16:45:23.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:21.847774+0000 mgr.smithi145.wseuez (mgr.14180) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:23.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:22.355776+0000 mon.smithi145 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.145:0/1971420948' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-12T16:45:24.044 INFO:teuthology.orchestra.run.smithi145.stdout:Backend: cephadm 2024-02-12T16:45:24.045 INFO:teuthology.orchestra.run.smithi145.stdout:Available: Yes 2024-02-12T16:45:24.045 INFO:teuthology.orchestra.run.smithi145.stdout:Paused: No 2024-02-12T16:45:24.363 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-12T16:45:25.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:23.848048+0000 mgr.smithi145.wseuez (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:25.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:24.042548+0000 mgr.smithi145.wseuez (mgr.14180) 121 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:25.343 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:23.848048+0000 mgr.smithi145.wseuez (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:25.344 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:24.042548+0000 mgr.smithi145.wseuez (mgr.14180) 121 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:25.696 INFO:teuthology.orchestra.run.smithi145.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T16:45:25.696 INFO:teuthology.orchestra.run.smithi145.stdout:alertmanager.smithi145 smithi145 *:9093,9094 running (107s) 51s ago 2m 17.9M - 0.23.0 ba2b418f427c 4679188b1746 2024-02-12T16:45:25.696 INFO:teuthology.orchestra.run.smithi145.stdout:crash.smithi145 smithi145 running (2m) 51s ago 2m 7272k - 16.2.14-521-g0e714d9a 1fbc92c859dc 9ec1624b7bc5 2024-02-12T16:45:25.696 INFO:teuthology.orchestra.run.smithi145.stdout:crash.smithi160 smithi160 running (2m) 53s ago 2m 7402k - 16.2.14-521-g0e714d9a 1fbc92c859dc 2e889a6a0e82 2024-02-12T16:45:25.696 INFO:teuthology.orchestra.run.smithi145.stdout:grafana.smithi145 smithi145 *:3000 running (103s) 51s ago 2m 50.3M - 8.3.5 dad864ee21e9 29c87745a781 2024-02-12T16:45:25.696 INFO:teuthology.orchestra.run.smithi145.stdout:mgr.smithi145.wseuez smithi145 *:9283 running (3m) 51s ago 3m 443M - 16.2.14-521-g0e714d9a 1fbc92c859dc e5d9a6c924c2 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:mgr.smithi160.adhhlx smithi160 *:8443,9283 running (2m) 53s ago 2m 392M - 16.2.14-521-g0e714d9a 1fbc92c859dc cd6ea93530a0 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:mon.smithi145 smithi145 running (3m) 51s ago 3m 70.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 8824c28bbf4c 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:mon.smithi160 smithi160 running (2m) 53s ago 2m 59.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc c744e3d88bfe 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:node-exporter.smithi145 smithi145 *:9100 running (2m) 51s ago 2m 25.5M - 1.3.1 1dbe0e931976 ed7f410e4c50 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:node-exporter.smithi160 smithi160 *:9100 running (113s) 53s ago 113s 21.7M - 1.3.1 1dbe0e931976 a6f2289cf49a 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.0 smithi160 running (67s) 53s ago 67s 30.7M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc d61e336b79b3 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.1 smithi145 running (70s) 51s ago 70s 28.0M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc dfd8e5f5dec3 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.2 smithi160 running (64s) 53s ago 63s 29.9M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc 7e6ad58fb327 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.3 smithi145 running (66s) 51s ago 66s 28.9M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc 45b7e1acf007 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.4 smithi145 running (62s) 51s ago 62s 28.1M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc 3d095d373f14 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.5 smithi160 running (60s) 53s ago 60s 27.3M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc 7b610f3e76d2 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.6 smithi145 running (58s) 51s ago 58s 23.9M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc 6bca6c7513c3 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:osd.7 smithi160 running (56s) 53s ago 56s 13.5M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc e04bd99bd9b6 2024-02-12T16:45:25.697 INFO:teuthology.orchestra.run.smithi145.stdout:prometheus.smithi145 smithi145 *:9095 running (100s) 51s ago 2m 41.6M - 2.33.4 514e6a882f6e 85d44a5ad62b 2024-02-12T16:45:26.073 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-12T16:45:27.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:25.686898+0000 mgr.smithi145.wseuez (mgr.14180) 122 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:27.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:25.848427+0000 mgr.smithi145.wseuez (mgr.14180) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:alertmanager ?:9093,9094 1/1 53s ago 3m count:1 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:crash 2/2 54s ago 3m * 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:grafana ?:3000 1/1 53s ago 3m count:1 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:mgr 2/2 54s ago 3m count:2 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:mon 2/2 54s ago 2m smithi145:172.21.15.145=smithi145;smithi160:172.21.15.160=smithi160;count:2 2024-02-12T16:45:27.333 INFO:teuthology.orchestra.run.smithi145.stdout:node-exporter ?:9100 2/2 54s ago 3m * 2024-02-12T16:45:27.334 INFO:teuthology.orchestra.run.smithi145.stdout:osd.all-available-devices 8 54s ago 112s * 2024-02-12T16:45:27.334 INFO:teuthology.orchestra.run.smithi145.stdout:prometheus ?:9095 1/1 53s ago 3m count:1 2024-02-12T16:45:27.364 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:25.686898+0000 mgr.smithi145.wseuez (mgr.14180) 122 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:27.364 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:25.848427+0000 mgr.smithi145.wseuez (mgr.14180) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:27.731 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-12T16:45:28.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:27.328128+0000 mgr.smithi145.wseuez (mgr.14180) 124 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:28.326 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:27.328128+0000 mgr.smithi145.wseuez (mgr.14180) 124 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:28.908 INFO:teuthology.orchestra.run.smithi145.stdout:HOST ADDR LABELS STATUS 2024-02-12T16:45:28.909 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 172.21.15.145 2024-02-12T16:45:28.909 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 172.21.15.160 2024-02-12T16:45:28.909 INFO:teuthology.orchestra.run.smithi145.stdout:2 hosts in cluster 2024-02-12T16:45:29.279 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:27.848763+0000 mgr.smithi145.wseuez (mgr.14180) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:29.280 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-12T16:45:29.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:27.848763+0000 mgr.smithi145.wseuez (mgr.14180) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:30.211 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:28.906986+0000 mgr.smithi145.wseuez (mgr.14180) 126 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:30.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:28.906986+0000 mgr.smithi145.wseuez (mgr.14180) 126 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N9400BGN 372G 53s ago Has a FileSystem, LVM detected 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme1n1 ssd Linux_7fe530063b7a4e3b1f0f 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme2n1 ssd Linux_e8b82035676b1f1a1d97 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme3n1 ssd Linux_6a8b9a3c919102392021 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme4n1 ssd Linux_6fe56458e7b0d64b5f12 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JY400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-02-12T16:45:30.571 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme1n1 ssd Linux_2f34f38920f76ab957e5 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.572 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme2n1 ssd Linux_ef66f59097108e59ebd4 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.572 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme3n1 ssd Linux_8f2ace76e649a45144e0 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.572 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme4n1 ssd Linux_564727918356aa0300a4 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:30.923 INFO:teuthology.run_tasks:Running task vip... 2024-02-12T16:45:30.932 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-12T16:45:30.932 INFO:tasks.vip:peername 172.21.15.145 2024-02-12T16:45:30.935 INFO:tasks.vip:172.21.15.145 in 172.21.0.0/20, pos 3984 2024-02-12T16:45:30.939 INFO:tasks.vip:smithi145.front.sepia.ceph.com static 10.0.15.145, vnet 10.0.0.0/16 2024-02-12T16:45:30.940 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-12T16:45:30.940 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip route ls 2024-02-12T16:45:30.969 INFO:teuthology.orchestra.run.smithi145.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-12T16:45:30.969 INFO:teuthology.orchestra.run.smithi145.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 metric 100 2024-02-12T16:45:30.970 INFO:tasks.vip:Configuring 10.0.15.145 on smithi145.front.sepia.ceph.com iface enp3s0f1... 2024-02-12T16:45:30.971 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr add 10.0.15.145/16 dev enp3s0f1 2024-02-12T16:45:31.040 INFO:tasks.vip:peername 172.21.15.160 2024-02-12T16:45:31.043 INFO:tasks.vip:172.21.15.160 in 172.21.0.0/20, pos 3999 2024-02-12T16:45:31.046 INFO:tasks.vip:smithi160.front.sepia.ceph.com static 10.0.15.160, vnet 10.0.0.0/16 2024-02-12T16:45:31.046 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip route ls 2024-02-12T16:45:31.086 INFO:teuthology.orchestra.run.smithi160.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-12T16:45:31.086 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.160 metric 100 2024-02-12T16:45:31.087 INFO:tasks.vip:Configuring 10.0.15.160 on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-02-12T16:45:31.087 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr add 10.0.15.160/16 dev enp3s0f1 2024-02-12T16:45:31.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:29.849103+0000 mgr.smithi145.wseuez (mgr.14180) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:31.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:30.567673+0000 mgr.smithi145.wseuez (mgr.14180) 128 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:31.159 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T16:45:31.168 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:45:31.169 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-12T16:45:31.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:29.849103+0000 mgr.smithi145.wseuez (mgr.14180) 127 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:31.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:30.567673+0000 mgr.smithi145.wseuez (mgr.14180) 128 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:32.422 INFO:teuthology.orchestra.run.smithi145.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-12T16:45:32.422 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N9400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme1n1 ssd Linux_7fe530063b7a4e3b1f0f 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme2n1 ssd Linux_e8b82035676b1f1a1d97 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme3n1 ssd Linux_6a8b9a3c919102392021 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme4n1 ssd Linux_6fe56458e7b0d64b5f12 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JY400BGN 372G 57s ago Has a FileSystem, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme1n1 ssd Linux_2f34f38920f76ab957e5 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme2n1 ssd Linux_ef66f59097108e59ebd4 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme3n1 ssd Linux_8f2ace76e649a45144e0 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.423 INFO:teuthology.orchestra.run.smithi145.stdout:smithi160 /dev/nvme4n1 ssd Linux_564727918356aa0300a4 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-12T16:45:32.816 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T16:45:32.825 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:45:32.825 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-12T16:45:32.856 INFO:teuthology.orchestra.run.smithi145.stderr:+ systemctl stop nfs-server 2024-02-12T16:45:32.863 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T16:45:32.863 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-12T16:45:32.890 INFO:teuthology.orchestra.run.smithi160.stderr:+ systemctl stop nfs-server 2024-02-12T16:45:32.896 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T16:45:32.904 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:45:32.905 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-12T16:45:33.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:31.849433+0000 mgr.smithi145.wseuez (mgr.14180) 129 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:33.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:32.418758+0000 mgr.smithi145.wseuez (mgr.14180) 130 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:33.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:32.457096+0000 mon.smithi145 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:45:33.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:31.849433+0000 mgr.smithi145.wseuez (mgr.14180) 129 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:33.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:32.418758+0000 mgr.smithi145.wseuez (mgr.14180) 130 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:33.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:32.457096+0000 mon.smithi145 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:45:34.715 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled rgw.foorgw update... 2024-02-12T16:45:34.944 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:33.849906+0000 mgr.smithi145.wseuez (mgr.14180) 131 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:34.944 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:33.904522+0000 mon.smithi145 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:34.944 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:34.713458+0000 mon.smithi145 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:35.062 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:33.849906+0000 mgr.smithi145.wseuez (mgr.14180) 131 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:35.063 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:33.904522+0000 mon.smithi145 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:35.063 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:34.713458+0000 mon.smithi145 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:35.064 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.145/16' 2024-02-12T16:45:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:34.709402+0000 mgr.smithi145.wseuez (mgr.14180) 132 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:34.710462+0000 mgr.smithi145.wseuez (mgr.14180) 133 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-12T16:45:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:35.536444+0000 mon.smithi145 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:37.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:34.709402+0000 mgr.smithi145.wseuez (mgr.14180) 132 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:37.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:34.710462+0000 mgr.smithi145.wseuez (mgr.14180) 133 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-12T16:45:37.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:35.536444+0000 mon.smithi145 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:37.854 INFO:teuthology.orchestra.run.smithi145.stdout:NFS Cluster Created Successfully 2024-02-12T16:45:38.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:35.850325+0000 mgr.smithi145.wseuez (mgr.14180) 134 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:38.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:36.514488+0000 mgr.smithi145.wseuez (mgr.14180) 135 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.145/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:38.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:36.515669+0000 mon.smithi145 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-12T16:45:38.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:36.765952+0000 mon.smithi145 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:38.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:36.814630+0000 mon.smithi145 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-12T16:45:38.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:36.814686+0000 mon.smithi145 (mon.0) 569 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-12T16:45:38.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:36.816395+0000 mon.smithi145 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:35.850325+0000 mgr.smithi145.wseuez (mgr.14180) 134 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:36.514488+0000 mgr.smithi145.wseuez (mgr.14180) 135 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.145/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:36.515669+0000 mon.smithi145 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:36.765952+0000 mon.smithi145 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:36.814630+0000 mon.smithi145 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:36.814686+0000 mon.smithi145 (mon.0) 569 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-12T16:45:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:36.816395+0000 mon.smithi145 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T16:45:38.269 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T16:45:38.280 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:45:38.280 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-12T16:45:38.310 INFO:teuthology.orchestra.run.smithi145.stderr:+ dnf install -y python3-boto3 2024-02-12T16:45:38.643 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:37.818278+0000 mon.smithi145 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:37.818436+0000 mon.smithi145 (mon.0) 572 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:37.844401+0000 mgr.smithi145.wseuez (mgr.14180) 136 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:37.847616+0000 mon.smithi145 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:37.848822+0000 mgr.smithi145.wseuez (mgr.14180) 137 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:37.850650+0000 mgr.smithi145.wseuez (mgr.14180) 138 : cluster [DBG] pgmap v101: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:37.852109+0000 mon.smithi145 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:38.694995+0000 mon.smithi145 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:37.818278+0000 mon.smithi145 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:37.818436+0000 mon.smithi145 (mon.0) 572 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:37.844401+0000 mgr.smithi145.wseuez (mgr.14180) 136 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:37.847616+0000 mon.smithi145 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:37.848822+0000 mgr.smithi145.wseuez (mgr.14180) 137 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:37.850650+0000 mgr.smithi145.wseuez (mgr.14180) 138 : cluster [DBG] pgmap v101: 33 pgs: 11 creating+peering, 1 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:39.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:37.852109+0000 mon.smithi145 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:39.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:38.694995+0000 mon.smithi145 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:38.820264+0000 mon.smithi145 (mon.0) 576 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:38.861328+0000 mon.smithi145 (mon.0) 577 : cluster [DBG] mgrmap e19: smithi145.wseuez(active, since 2m), standbys: smithi160.adhhlx 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:38.983874+0000 mon.smithi145 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:38.984541+0000 mon.smithi145 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:38.990962+0000 mon.smithi145 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:38.994345+0000 mon.smithi145 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:38.998253+0000 mgr.smithi145.wseuez (mgr.14180) 139 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:39.000926+0000 mon.smithi145 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:39.001332+0000 mon.smithi145 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.xkopql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:39.006289+0000 mon.smithi145 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.xkopql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:39.009960+0000 mon.smithi145 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:39.010477+0000 mon.smithi145 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:40.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:39.010968+0000 mgr.smithi145.wseuez (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi160.xkopql on smithi160 2024-02-12T16:45:40.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:38.820264+0000 mon.smithi145 (mon.0) 576 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-12T16:45:40.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:38.861328+0000 mon.smithi145 (mon.0) 577 : cluster [DBG] mgrmap e19: smithi145.wseuez(active, since 2m), standbys: smithi160.adhhlx 2024-02-12T16:45:40.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:38.983874+0000 mon.smithi145 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:40.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:38.984541+0000 mon.smithi145 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:38.990962+0000 mon.smithi145 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:38.994345+0000 mon.smithi145 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:38.998253+0000 mgr.smithi145.wseuez (mgr.14180) 139 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:39.000926+0000 mon.smithi145 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:39.001332+0000 mon.smithi145 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.xkopql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:39.006289+0000 mon.smithi145 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi160.xkopql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:39.009960+0000 mon.smithi145 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:39.010477+0000 mon.smithi145 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:40.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:39.010968+0000 mgr.smithi145.wseuez (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi160.xkopql on smithi160 2024-02-12T16:45:40.440 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-02-12T16:45:40.815 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-02-12T16:45:41.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:39.851047+0000 mgr.smithi145.wseuez (mgr.14180) 141 : cluster [DBG] pgmap v103: 33 pgs: 11 creating+peering, 9 active+clean, 13 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:41.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.836070+0000 mon.smithi145 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:41.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.837253+0000 mon.smithi145 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.paeudg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T16:45:41.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.840512+0000 mon.smithi145 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.paeudg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T16:45:41.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.845144+0000 mon.smithi145 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:41.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.845869+0000 mon.smithi145 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:41.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:39.851047+0000 mgr.smithi145.wseuez (mgr.14180) 141 : cluster [DBG] pgmap v103: 33 pgs: 11 creating+peering, 9 active+clean, 13 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:41.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.836070+0000 mon.smithi145 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:41.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.837253+0000 mon.smithi145 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.paeudg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T16:45:41.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.840512+0000 mon.smithi145 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.paeudg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T16:45:41.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.845144+0000 mon.smithi145 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:41.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.845869+0000 mon.smithi145 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:42.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:40.846425+0000 mgr.smithi145.wseuez (mgr.14180) 142 : cephadm [INF] Deploying daemon rgw.foorgw.smithi145.paeudg on smithi145 2024-02-12T16:45:42.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:40.967136+0000 mon.smithi145 (mon.0) 592 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-12T16:45:42.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.968776+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='client.? 172.21.15.160:0/1534211586' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-12T16:45:42.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:40.969708+0000 mon.smithi145 (mon.0) 593 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-12T16:45:42.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:40.846425+0000 mgr.smithi145.wseuez (mgr.14180) 142 : cephadm [INF] Deploying daemon rgw.foorgw.smithi145.paeudg on smithi145 2024-02-12T16:45:42.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:40.967136+0000 mon.smithi145 (mon.0) 592 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-12T16:45:42.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.968776+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='client.? 172.21.15.160:0/1534211586' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-12T16:45:42.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:40.969708+0000 mon.smithi145 (mon.0) 593 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-12T16:45:43.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:41.851411+0000 mgr.smithi145.wseuez (mgr.14180) 143 : cluster [DBG] pgmap v105: 65 pgs: 17 creating+peering, 22 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:43.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:41.977282+0000 mon.smithi145 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:41.977412+0000 mon.smithi145 (mon.0) 595 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.618515+0000 mon.smithi145 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.622757+0000 mon.smithi145 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.638633+0000 mon.smithi145 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.642044+0000 mon.smithi145 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.642781+0000 mon.smithi145 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.645430+0000 mon.smithi145 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.646310+0000 mon.smithi145 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.683417+0000 mon.smithi145 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T16:45:43.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.686716+0000 mon.smithi145 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T16:45:43.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.730855+0000 mon.smithi145 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T16:45:43.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.734080+0000 mon.smithi145 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T16:45:43.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.737441+0000 mon.smithi145 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:43.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:41.851411+0000 mgr.smithi145.wseuez (mgr.14180) 143 : cluster [DBG] pgmap v105: 65 pgs: 17 creating+peering, 22 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:45:43.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:41.977282+0000 mon.smithi145 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-12T16:45:43.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:41.977412+0000 mon.smithi145 (mon.0) 595 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.618515+0000 mon.smithi145 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.622757+0000 mon.smithi145 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.638633+0000 mon.smithi145 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.642044+0000 mon.smithi145 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.642781+0000 mon.smithi145 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.645430+0000 mon.smithi145 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.646310+0000 mon.smithi145 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.683417+0000 mon.smithi145 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.686716+0000 mon.smithi145 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.730855+0000 mon.smithi145 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.734080+0000 mon.smithi145 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.ezohxy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T16:45:43.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.737441+0000 mon.smithi145 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:45:43.674 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-12T16:45:43.675 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-12T16:45:43.675 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-02-12T16:45:43.675 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-12T16:45:43.675 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-02-12T16:45:43.675 INFO:teuthology.orchestra.run.smithi145.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-02-12T16:45:43.675 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-02-12T16:45:43.676 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:43.677 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 4.8 M 2024-02-12T16:45:43.677 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 49 M 2024-02-12T16:45:43.677 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:42.638342+0000 mgr.smithi145.wseuez (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.ezohxy 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:42.642557+0000 mgr.smithi145.wseuez (mgr.14180) 145 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:42.730443+0000 mgr.smithi145.wseuez (mgr.14180) 146 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:42.730533+0000 mgr.smithi145.wseuez (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.ezohxy-rgw 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:42.738117+0000 mgr.smithi145.wseuez (mgr.14180) 148 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi145.ezohxy on smithi145 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:42.980753+0000 mon.smithi145 (mon.0) 608 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.981641+0000 mon.smithi145 (mon.0) 609 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.984130+0000 mon.smithi160 (mon.1) 20 : audit [INF] from='client.? 172.21.15.160:0/1534211586' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-12T16:45:44.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:42.984594+0000 mon.smithi145 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-12T16:45:44.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:42.638342+0000 mgr.smithi145.wseuez (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.ezohxy 2024-02-12T16:45:44.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:42.642557+0000 mgr.smithi145.wseuez (mgr.14180) 145 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T16:45:44.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:42.730443+0000 mgr.smithi145.wseuez (mgr.14180) 146 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T16:45:44.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:42.730533+0000 mgr.smithi145.wseuez (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.ezohxy-rgw 2024-02-12T16:45:44.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:42.738117+0000 mgr.smithi145.wseuez (mgr.14180) 148 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi145.ezohxy on smithi145 2024-02-12T16:45:44.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:42.980753+0000 mon.smithi145 (mon.0) 608 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-12T16:45:44.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.981641+0000 mon.smithi145 (mon.0) 609 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-12T16:45:44.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.984130+0000 mon.smithi160 (mon.1) 20 : audit [INF] from='client.? 172.21.15.160:0/1534211586' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-12T16:45:44.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:42.984594+0000 mon.smithi145 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-12T16:45:44.302 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 768 kB/s | 108 kB 00:00 2024-02-12T16:45:44.319 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 965 kB/s | 152 kB 00:00 2024-02-12T16:45:44.394 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 490 kB/s | 45 kB 00:00 2024-02-12T16:45:44.503 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 13 MB/s | 4.5 MB 00:00 2024-02-12T16:45:44.503 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-02-12T16:45:44.503 INFO:teuthology.orchestra.run.smithi145.stdout:Total 5.8 MB/s | 4.8 MB 00:00 2024-02-12T16:45:44.518 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-02-12T16:45:44.527 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-02-12T16:45:44.527 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-02-12T16:45:44.606 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-02-12T16:45:44.615 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-02-12T16:45:44.866 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-02-12T16:45:45.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:43.851844+0000 mgr.smithi145.wseuez (mgr.14180) 149 : cluster [DBG] pgmap v108: 97 pgs: 8 creating+peering, 44 active+clean, 45 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-02-12T16:45:45.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:43.990997+0000 mon.smithi145 (mon.0) 611 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-12T16:45:45.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:43.991188+0000 mon.smithi145 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-12T16:45:45.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:43.991288+0000 mon.smithi145 (mon.0) 613 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-12T16:45:45.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:44.497287+0000 mon.smithi145 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:45.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:44.507748+0000 mon.smithi145 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:45.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:45:44.516672+0000 mgr.smithi145.wseuez (mgr.14180) 150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.bzdzwq on smithi160 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:43.851844+0000 mgr.smithi145.wseuez (mgr.14180) 149 : cluster [DBG] pgmap v108: 97 pgs: 8 creating+peering, 44 active+clean, 45 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:43.990997+0000 mon.smithi145 (mon.0) 611 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:43.991188+0000 mon.smithi145 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:43.991288+0000 mon.smithi145 (mon.0) 613 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:44.497287+0000 mon.smithi145 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:44.507748+0000 mon.smithi145 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:45:44.516672+0000 mgr.smithi145.wseuez (mgr.14180) 150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.bzdzwq on smithi160 2024-02-12T16:45:46.089 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-02-12T16:45:46.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:44.988539+0000 mon.smithi145 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-12T16:45:46.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:44.990251+0000 mon.smithi160 (mon.1) 21 : audit [INF] from='client.? 172.21.15.160:0/1534211586' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-12T16:45:46.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:44.995070+0000 mon.smithi145 (mon.0) 617 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-12T16:45:46.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:44.996839+0000 mon.smithi145 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-12T16:45:46.374 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-12T16:45:46.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:44.988539+0000 mon.smithi145 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-12T16:45:46.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:44.990251+0000 mon.smithi160 (mon.1) 21 : audit [INF] from='client.? 172.21.15.160:0/1534211586' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-12T16:45:46.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:44.995070+0000 mon.smithi145 (mon.0) 617 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-12T16:45:46.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:44.996839+0000 mon.smithi145 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-12T16:45:46.641 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-12T16:45:46.847 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-12T16:45:47.105 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-12T16:45:47.105 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-02-12T16:45:47.106 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-12T16:45:47.106 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-12T16:45:47.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:45.852306+0000 mgr.smithi145.wseuez (mgr.14180) 151 : cluster [DBG] pgmap v111: 129 pgs: 15 creating+peering, 71 active+clean, 43 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.0 KiB/s wr, 4 op/s 2024-02-12T16:45:47.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:45.990751+0000 mon.smithi145 (mon.0) 619 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-12T16:45:47.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:45.991042+0000 mon.smithi145 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-12T16:45:47.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:45.991182+0000 mon.smithi145 (mon.0) 621 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-12T16:45:47.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:46.998779+0000 mon.smithi145 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-12T16:45:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:45.852306+0000 mgr.smithi145.wseuez (mgr.14180) 151 : cluster [DBG] pgmap v111: 129 pgs: 15 creating+peering, 71 active+clean, 43 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.0 KiB/s wr, 4 op/s 2024-02-12T16:45:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:45.990751+0000 mon.smithi145 (mon.0) 619 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-12T16:45:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:45.991042+0000 mon.smithi145 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-12T16:45:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:45.991182+0000 mon.smithi145 (mon.0) 621 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-12T16:45:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:46.998779+0000 mon.smithi145 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-12T16:45:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:47.001842+0000 mon.smithi160 (mon.1) 22 : audit [INF] from='client.? 172.21.15.160:0/1638559712' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-12T16:45:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:47.012333+0000 mon.smithi145 (mon.0) 623 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-12T16:45:48.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:47.012984+0000 mon.smithi145 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:47.017880+0000 mon.smithi145 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:48.002088+0000 mon.smithi145 (mon.0) 626 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:48.002160+0000 mon.smithi145 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:48.002304+0000 mon.smithi145 (mon.0) 628 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:48.003654+0000 mon.smithi145 (mon.0) 629 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:48.004101+0000 mon.smithi160 (mon.1) 23 : audit [INF] from='client.? 172.21.15.160:0/1638559712' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:45:48.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:48.007910+0000 mon.smithi145 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:45:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:47.001842+0000 mon.smithi160 (mon.1) 22 : audit [INF] from='client.? 172.21.15.160:0/1638559712' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-12T16:45:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:47.012333+0000 mon.smithi145 (mon.0) 623 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-12T16:45:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:47.012984+0000 mon.smithi145 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-12T16:45:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:47.017880+0000 mon.smithi145 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:45:48.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:48.002088+0000 mon.smithi145 (mon.0) 626 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-12T16:45:48.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:48.002160+0000 mon.smithi145 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-12T16:45:48.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:48.002304+0000 mon.smithi145 (mon.0) 628 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-12T16:45:48.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:48.003654+0000 mon.smithi145 (mon.0) 629 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:45:48.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:48.004101+0000 mon.smithi160 (mon.1) 23 : audit [INF] from='client.? 172.21.15.160:0/1638559712' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:45:48.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:48.007910+0000 mon.smithi145 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:45:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:47.852816+0000 mgr.smithi145.wseuez (mgr.14180) 152 : cluster [DBG] pgmap v114: 161 pgs: 16 creating+peering, 115 active+clean, 30 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2024-02-12T16:45:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:49.001234+0000 mon.smithi145 (mon.0) 631 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-12T16:45:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:49.001286+0000 mon.smithi145 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-12T16:45:49.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:49.001343+0000 mon.smithi145 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-12T16:45:49.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:47.852816+0000 mgr.smithi145.wseuez (mgr.14180) 152 : cluster [DBG] pgmap v114: 161 pgs: 16 creating+peering, 115 active+clean, 30 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2024-02-12T16:45:49.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:49.001234+0000 mon.smithi145 (mon.0) 631 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-12T16:45:49.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:49.001286+0000 mon.smithi145 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi160.xkopql' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-12T16:45:49.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:49.001343+0000 mon.smithi145 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-12T16:45:51.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:49.853263+0000 mgr.smithi145.wseuez (mgr.14180) 153 : cluster [DBG] pgmap v117: 161 pgs: 14 creating+peering, 132 active+clean, 15 unknown; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 3.0 KiB/s wr, 57 op/s 2024-02-12T16:45:51.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:49.853263+0000 mgr.smithi145.wseuez (mgr.14180) 153 : cluster [DBG] pgmap v117: 161 pgs: 14 creating+peering, 132 active+clean, 15 unknown; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 3.0 KiB/s wr, 57 op/s 2024-02-12T16:45:53.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:51.853996+0000 mgr.smithi145.wseuez (mgr.14180) 154 : cluster [DBG] pgmap v118: 161 pgs: 7 creating+peering, 154 active+clean; 2.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 3.6 KiB/s wr, 142 op/s 2024-02-12T16:45:53.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:51.853996+0000 mgr.smithi145.wseuez (mgr.14180) 154 : cluster [DBG] pgmap v118: 161 pgs: 7 creating+peering, 154 active+clean; 2.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 3.6 KiB/s wr, 142 op/s 2024-02-12T16:45:54.525 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-02-12T16:45:54.525 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2024-02-12T16:45:55.065 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:55.065 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-02-12T16:45:55.065 INFO:teuthology.orchestra.run.smithi145.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-02-12T16:45:55.065 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-02-12T16:45:55.066 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:45:55.066 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-12T16:45:55.242 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-02-12T16:45:55.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:53.854699+0000 mgr.smithi145.wseuez (mgr.14180) 155 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 149 KiB/s rd, 6.1 KiB/s wr, 291 op/s 2024-02-12T16:45:55.307 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:53.854699+0000 mgr.smithi145.wseuez (mgr.14180) 155 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 149 KiB/s rd, 6.1 KiB/s wr, 291 op/s 2024-02-12T16:45:55.310 INFO:teuthology.orchestra.run.smithi145.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-12T16:45:55.553 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 2024-02-12T16:45:55.578 INFO:teuthology.orchestra.run.smithi145.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc 2024-02-12T16:45:56.809 INFO:teuthology.run_tasks:Running task python... 2024-02-12T16:45:56.821 INFO:tasks.python:Running python on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:45:56.821 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-02-12T16:45:56.821 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-12T16:45:57.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:55.855252+0000 mgr.smithi145.wseuez (mgr.14180) 156 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 126 KiB/s rd, 4.1 KiB/s wr, 246 op/s 2024-02-12T16:45:57.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:55.855252+0000 mgr.smithi145.wseuez (mgr.14180) 156 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 126 KiB/s rd, 4.1 KiB/s wr, 246 op/s 2024-02-12T16:45:59.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:57.855797+0000 mgr.smithi145.wseuez (mgr.14180) 157 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 3.6 KiB/s wr, 201 op/s 2024-02-12T16:45:59.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:58.042807+0000 mon.smithi145 (mon.0) 634 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-12T16:45:59.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:45:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:58.043695+0000 mon.smithi145 (mon.0) 635 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-12T16:45:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:57.855797+0000 mgr.smithi145.wseuez (mgr.14180) 157 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 3.6 KiB/s wr, 201 op/s 2024-02-12T16:45:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:58.042807+0000 mon.smithi145 (mon.0) 634 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-12T16:45:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:45:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:58.043695+0000 mon.smithi145 (mon.0) 635 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-12T16:46:00.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:59.045641+0000 mon.smithi145 (mon.0) 636 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-12T16:46:00.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:59.045899+0000 mon.smithi145 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-12T16:46:00.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:45:59.053712+0000 mon.smithi145 (mon.0) 638 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:46:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:59.045641+0000 mon.smithi145 (mon.0) 636 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-12T16:46:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:59.045899+0000 mon.smithi145 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-12T16:46:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:45:59.053712+0000 mon.smithi145 (mon.0) 638 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-12T16:46:01.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:45:59.856385+0000 mgr.smithi145.wseuez (mgr.14180) 158 : cluster [DBG] pgmap v124: 193 pgs: 4 creating+peering, 25 unknown, 164 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 2.9 KiB/s wr, 146 op/s 2024-02-12T16:46:01.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:00.056114+0000 mon.smithi145 (mon.0) 639 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-12T16:46:01.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:00.056207+0000 mon.smithi145 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-12T16:46:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:45:59.856385+0000 mgr.smithi145.wseuez (mgr.14180) 158 : cluster [DBG] pgmap v124: 193 pgs: 4 creating+peering, 25 unknown, 164 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 2.9 KiB/s wr, 146 op/s 2024-02-12T16:46:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:00.056114+0000 mon.smithi145 (mon.0) 639 : audit [INF] from='client.? 172.21.15.145:0/1166171243' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-12T16:46:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:00.056207+0000 mon.smithi145 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-12T16:46:02.127 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T16:46:02.138 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T16:46:02.139 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-02-12T16:46:02.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:01.061506+0000 mon.smithi145 (mon.0) 641 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-12T16:46:02.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:01.062794+0000 mon.smithi145 (mon.0) 642 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-12T16:46:02.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:02.028295+0000 mon.smithi145 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:46:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:01.061506+0000 mon.smithi145 (mon.0) 641 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-12T16:46:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:01.062794+0000 mon.smithi145 (mon.0) 642 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-12T16:46:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:02.028295+0000 mon.smithi145 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:46:03.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:01.857025+0000 mgr.smithi145.wseuez (mgr.14180) 159 : cluster [DBG] pgmap v127: 225 pgs: 8 creating+peering, 41 unknown, 176 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 255 B/s wr, 3 op/s 2024-02-12T16:46:03.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:02.068509+0000 mon.smithi145 (mon.0) 644 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-12T16:46:03.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:02.068729+0000 mon.smithi145 (mon.0) 645 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-12T16:46:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:01.857025+0000 mgr.smithi145.wseuez (mgr.14180) 159 : cluster [DBG] pgmap v127: 225 pgs: 8 creating+peering, 41 unknown, 176 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 255 B/s wr, 3 op/s 2024-02-12T16:46:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:02.068509+0000 mon.smithi145 (mon.0) 644 : audit [INF] from='client.? 172.21.15.145:0/4181403128' entity='client.rgw.foorgw.smithi145.paeudg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-12T16:46:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:02.068729+0000 mon.smithi145 (mon.0) 645 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-12T16:46:03.685 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2024-02-12T16:46:03.685 INFO:teuthology.orchestra.run.smithi145.stdout: "bind": "/foobucket", 2024-02-12T16:46:03.685 INFO:teuthology.orchestra.run.smithi145.stdout: "path": "foobucket", 2024-02-12T16:46:03.685 INFO:teuthology.orchestra.run.smithi145.stdout: "cluster": "foo", 2024-02-12T16:46:03.685 INFO:teuthology.orchestra.run.smithi145.stdout: "mode": "RW", 2024-02-12T16:46:03.686 INFO:teuthology.orchestra.run.smithi145.stdout: "squash": "none" 2024-02-12T16:46:03.686 INFO:teuthology.orchestra.run.smithi145.stdout:} 2024-02-12T16:46:04.042 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-12T16:46:04.051 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-12T16:46:04.052 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:04.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:03.069357+0000 mon.smithi145 (mon.0) 646 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-12T16:46:04.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:03.461136+0000 mgr.smithi145.wseuez (mgr.14180) 160 : 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-02-12T16:46:04.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:03.069357+0000 mon.smithi145 (mon.0) 646 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-12T16:46:04.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:03.461136+0000 mgr.smithi145.wseuez (mgr.14180) 160 : 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-02-12T16:46:05.351 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:05.351 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:05.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:03.857726+0000 mgr.smithi145.wseuez (mgr.14180) 161 : cluster [DBG] pgmap v130: 225 pgs: 4 creating+peering, 12 unknown, 209 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 767 B/s wr, 8 op/s 2024-02-12T16:46:05.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:03.857726+0000 mgr.smithi145.wseuez (mgr.14180) 161 : cluster [DBG] pgmap v130: 225 pgs: 4 creating+peering, 12 unknown, 209 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 767 B/s wr, 8 op/s 2024-02-12T16:46:05.741 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:06.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:05.345966+0000 mgr.smithi145.wseuez (mgr.14180) 162 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:05.345966+0000 mgr.smithi145.wseuez (mgr.14180) 162 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:06.741 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:07.368 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:05.858369+0000 mgr.smithi145.wseuez (mgr.14180) 163 : cluster [DBG] pgmap v131: 225 pgs: 4 creating+peering, 221 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 1.5 KiB/s wr, 19 op/s 2024-02-12T16:46:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:05.858369+0000 mgr.smithi145.wseuez (mgr.14180) 163 : cluster [DBG] pgmap v131: 225 pgs: 4 creating+peering, 221 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 1.5 KiB/s wr, 19 op/s 2024-02-12T16:46:08.042 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:08.042 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:08.415 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:09.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:07.859028+0000 mgr.smithi145.wseuez (mgr.14180) 164 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.3 KiB/s wr, 27 op/s 2024-02-12T16:46:09.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:08.037198+0000 mgr.smithi145.wseuez (mgr.14180) 165 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:09.416 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:09.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:07.859028+0000 mgr.smithi145.wseuez (mgr.14180) 164 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.3 KiB/s wr, 27 op/s 2024-02-12T16:46:09.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:08.037198+0000 mgr.smithi145.wseuez (mgr.14180) 165 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:10.724 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:10.724 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:11.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:09.859550+0000 mgr.smithi145.wseuez (mgr.14180) 166 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.1 KiB/s wr, 25 op/s 2024-02-12T16:46:11.370 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:11.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:09.859550+0000 mgr.smithi145.wseuez (mgr.14180) 166 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.1 KiB/s wr, 25 op/s 2024-02-12T16:46:12.371 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:12.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:10.718685+0000 mgr.smithi145.wseuez (mgr.14180) 167 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:12.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:12.040871+0000 mon.smithi145 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:46:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:10.718685+0000 mgr.smithi145.wseuez (mgr.14180) 167 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:12.040871+0000 mon.smithi145 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:46:13.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:11.860290+0000 mgr.smithi145.wseuez (mgr.14180) 168 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 940 B/s wr, 21 op/s 2024-02-12T16:46:13.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:11.860290+0000 mgr.smithi145.wseuez (mgr.14180) 168 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 940 B/s wr, 21 op/s 2024-02-12T16:46:13.698 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:13.698 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:14.098 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:15.099 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:15.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:13.693436+0000 mgr.smithi145.wseuez (mgr.14180) 169 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:15.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:13.860866+0000 mgr.smithi145.wseuez (mgr.14180) 170 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 758 B/s wr, 18 op/s 2024-02-12T16:46:15.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:13.693436+0000 mgr.smithi145.wseuez (mgr.14180) 169 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:15.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:13.860866+0000 mgr.smithi145.wseuez (mgr.14180) 170 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 758 B/s wr, 18 op/s 2024-02-12T16:46:16.430 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:16.430 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:17.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:15.861471+0000 mgr.smithi145.wseuez (mgr.14180) 171 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 597 B/s wr, 15 op/s 2024-02-12T16:46:17.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:16.424656+0000 mgr.smithi145.wseuez (mgr.14180) 172 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:17.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:15.861471+0000 mgr.smithi145.wseuez (mgr.14180) 171 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 597 B/s wr, 15 op/s 2024-02-12T16:46:17.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:16.424656+0000 mgr.smithi145.wseuez (mgr.14180) 172 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:17.711 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:18.712 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:19.349 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:17.862430+0000 mgr.smithi145.wseuez (mgr.14180) 173 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 85 B/s wr, 8 op/s 2024-02-12T16:46:19.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:17.862430+0000 mgr.smithi145.wseuez (mgr.14180) 173 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 85 B/s wr, 8 op/s 2024-02-12T16:46:20.001 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:20.372 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:21.373 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:19.862964+0000 mgr.smithi145.wseuez (mgr.14180) 174 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-12T16:46:21.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:19.996187+0000 mgr.smithi145.wseuez (mgr.14180) 175 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:21.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:19.862964+0000 mgr.smithi145.wseuez (mgr.14180) 174 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-12T16:46:21.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:19.996187+0000 mgr.smithi145.wseuez (mgr.14180) 175 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:22.712 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:22.712 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:23.123 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:23.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:21.863532+0000 mgr.smithi145.wseuez (mgr.14180) 176 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:23.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:21.863532+0000 mgr.smithi145.wseuez (mgr.14180) 176 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:24.123 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:24.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:22.707092+0000 mgr.smithi145.wseuez (mgr.14180) 177 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:24.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:22.707092+0000 mgr.smithi145.wseuez (mgr.14180) 177 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:25.361 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:25.361 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:25.383 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:23.864512+0000 mgr.smithi145.wseuez (mgr.14180) 178 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T16:46:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:23.864512+0000 mgr.smithi145.wseuez (mgr.14180) 178 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T16:46:25.712 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:26.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:25.356360+0000 mgr.smithi145.wseuez (mgr.14180) 179 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:26.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:25.356360+0000 mgr.smithi145.wseuez (mgr.14180) 179 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:26.713 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:27.349 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:25.865127+0000 mgr.smithi145.wseuez (mgr.14180) 180 : 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-02-12T16:46:27.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:25.865127+0000 mgr.smithi145.wseuez (mgr.14180) 180 : 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-02-12T16:46:27.993 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:27.993 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:28.352 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:29.354 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:29.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:27.865780+0000 mgr.smithi145.wseuez (mgr.14180) 181 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T16:46:29.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:27.988575+0000 mgr.smithi145.wseuez (mgr.14180) 182 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:29.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:27.865780+0000 mgr.smithi145.wseuez (mgr.14180) 181 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T16:46:29.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:27.988575+0000 mgr.smithi145.wseuez (mgr.14180) 182 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:30.673 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:30.673 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:31.061 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:31.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:29.866457+0000 mgr.smithi145.wseuez (mgr.14180) 183 : 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-02-12T16:46:31.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:29.866457+0000 mgr.smithi145.wseuez (mgr.14180) 183 : 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-02-12T16:46:32.062 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:32.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:30.668135+0000 mgr.smithi145.wseuez (mgr.14180) 184 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:32.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:30.668135+0000 mgr.smithi145.wseuez (mgr.14180) 184 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:33.334 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:33.335 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:33.362 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:31.867183+0000 mgr.smithi145.wseuez (mgr.14180) 185 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T16:46:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:31.867183+0000 mgr.smithi145.wseuez (mgr.14180) 185 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T16:46:33.693 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:34.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:33.329878+0000 mgr.smithi145.wseuez (mgr.14180) 186 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:33.329878+0000 mgr.smithi145.wseuez (mgr.14180) 186 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:34.695 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:35.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:33.867820+0000 mgr.smithi145.wseuez (mgr.14180) 187 : 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-02-12T16:46:35.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:33.867820+0000 mgr.smithi145.wseuez (mgr.14180) 187 : 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-02-12T16:46:35.994 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:35.994 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:36.360 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:37.361 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:35.868462+0000 mgr.smithi145.wseuez (mgr.14180) 188 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:35.989752+0000 mgr.smithi145.wseuez (mgr.14180) 189 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:37.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:35.868462+0000 mgr.smithi145.wseuez (mgr.14180) 188 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:37.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:35.989752+0000 mgr.smithi145.wseuez (mgr.14180) 189 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:38.650 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:38.650 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:39.034 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:39.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:37.869298+0000 mgr.smithi145.wseuez (mgr.14180) 190 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:46:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:37.869298+0000 mgr.smithi145.wseuez (mgr.14180) 190 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:46:40.036 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:40.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:38.645572+0000 mgr.smithi145.wseuez (mgr.14180) 191 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:40.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:38.645572+0000 mgr.smithi145.wseuez (mgr.14180) 191 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:41.228 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:41.228 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:41.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:39.870079+0000 mgr.smithi145.wseuez (mgr.14180) 192 : 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-02-12T16:46:41.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:39.870079+0000 mgr.smithi145.wseuez (mgr.14180) 192 : 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-02-12T16:46:41.575 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:42.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:41.223241+0000 mgr.smithi145.wseuez (mgr.14180) 193 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:42.575 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:42.607 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:41.223241+0000 mgr.smithi145.wseuez (mgr.14180) 193 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:43.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:41.870804+0000 mgr.smithi145.wseuez (mgr.14180) 194 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:43.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:41.870804+0000 mgr.smithi145.wseuez (mgr.14180) 194 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:43.952 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:43.952 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:44.308 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:45.309 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:45.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:43.871425+0000 mgr.smithi145.wseuez (mgr.14180) 195 : 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-02-12T16:46:45.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:43.947761+0000 mgr.smithi145.wseuez (mgr.14180) 196 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:45.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:43.871425+0000 mgr.smithi145.wseuez (mgr.14180) 195 : 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-02-12T16:46:45.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:43.947761+0000 mgr.smithi145.wseuez (mgr.14180) 196 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:46.572 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:46.572 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:46.966 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:47.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:45.872062+0000 mgr.smithi145.wseuez (mgr.14180) 197 : 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-02-12T16:46:47.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:46.567196+0000 mgr.smithi145.wseuez (mgr.14180) 198 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:47.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:45.872062+0000 mgr.smithi145.wseuez (mgr.14180) 197 : 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-02-12T16:46:47.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:46.567196+0000 mgr.smithi145.wseuez (mgr.14180) 198 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:47.969 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:49.199 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:49.199 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:49.488 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:47.872793+0000 mgr.smithi145.wseuez (mgr.14180) 199 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:46:49.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:47.872793+0000 mgr.smithi145.wseuez (mgr.14180) 199 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:46:49.566 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:50.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:49.194698+0000 mgr.smithi145.wseuez (mgr.14180) 200 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:49.194698+0000 mgr.smithi145.wseuez (mgr.14180) 200 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:50.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:51.494 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:49.873419+0000 mgr.smithi145.wseuez (mgr.14180) 201 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:49.873419+0000 mgr.smithi145.wseuez (mgr.14180) 201 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:51.842 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:51.842 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:52.208 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:53.209 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:53.518 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:51.837212+0000 mgr.smithi145.wseuez (mgr.14180) 202 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:53.518 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:51.874183+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:46:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:51.837212+0000 mgr.smithi145.wseuez (mgr.14180) 202 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:51.874183+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:46:54.515 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:54.515 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:54.914 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:55.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:53.875059+0000 mgr.smithi145.wseuez (mgr.14180) 204 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:55.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:54.510395+0000 mgr.smithi145.wseuez (mgr.14180) 205 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:55.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:53.875059+0000 mgr.smithi145.wseuez (mgr.14180) 204 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:55.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:54.510395+0000 mgr.smithi145.wseuez (mgr.14180) 205 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:55.915 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:57.267 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:57.267 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:46:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:55.875986+0000 mgr.smithi145.wseuez (mgr.14180) 206 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:57.545 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:55.875986+0000 mgr.smithi145.wseuez (mgr.14180) 206 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:46:57.631 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:46:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:57.261745+0000 mgr.smithi145.wseuez (mgr.14180) 207 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:58.633 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:46:58.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:57.261745+0000 mgr.smithi145.wseuez (mgr.14180) 207 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:46:59.526 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:46:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:57.876602+0000 mgr.smithi145.wseuez (mgr.14180) 208 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:46:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:46:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:57.876602+0000 mgr.smithi145.wseuez (mgr.14180) 208 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:46:59.870 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:46:59.870 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:00.230 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:01.231 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:46:59.865488+0000 mgr.smithi145.wseuez (mgr.14180) 209 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:46:59.877075+0000 mgr.smithi145.wseuez (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-02-12T16:47:01.549 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:46:59.865488+0000 mgr.smithi145.wseuez (mgr.14180) 209 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:01.549 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:46:59.877075+0000 mgr.smithi145.wseuez (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-02-12T16:47:02.488 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:02.488 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:02.872 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:01.877786+0000 mgr.smithi145.wseuez (mgr.14180) 211 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:02.483833+0000 mgr.smithi145.wseuez (mgr.14180) 212 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:03.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:01.877786+0000 mgr.smithi145.wseuez (mgr.14180) 211 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:03.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:02.483833+0000 mgr.smithi145.wseuez (mgr.14180) 212 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:03.872 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:05.163 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:05.163 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:05.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:03.878509+0000 mgr.smithi145.wseuez (mgr.14180) 213 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:05.521 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:05.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:03.878509+0000 mgr.smithi145.wseuez (mgr.14180) 213 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:06.522 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:05.158729+0000 mgr.smithi145.wseuez (mgr.14180) 214 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:06.555 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:05.158729+0000 mgr.smithi145.wseuez (mgr.14180) 214 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:07.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:05.879162+0000 mgr.smithi145.wseuez (mgr.14180) 215 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:05.879162+0000 mgr.smithi145.wseuez (mgr.14180) 215 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:07.753 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:07.753 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:08.120 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:09.120 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:09.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:07.748895+0000 mgr.smithi145.wseuez (mgr.14180) 216 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:09.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:07.879805+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:47:09.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:07.748895+0000 mgr.smithi145.wseuez (mgr.14180) 216 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:09.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:07.879805+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:47:10.412 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:10.413 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:10.802 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:11.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:09.880239+0000 mgr.smithi145.wseuez (mgr.14180) 218 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:11.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:10.407516+0000 mgr.smithi145.wseuez (mgr.14180) 219 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:11.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:09.880239+0000 mgr.smithi145.wseuez (mgr.14180) 218 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:11.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:10.407516+0000 mgr.smithi145.wseuez (mgr.14180) 219 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:11.803 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:13.175 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:13.176 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:13.484 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:11.880959+0000 mgr.smithi145.wseuez (mgr.14180) 220 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:13.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:11.880959+0000 mgr.smithi145.wseuez (mgr.14180) 220 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:13.569 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:14.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:13.170673+0000 mgr.smithi145.wseuez (mgr.14180) 221 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:14.570 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:14.601 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:13.170673+0000 mgr.smithi145.wseuez (mgr.14180) 221 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:15.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:13.881666+0000 mgr.smithi145.wseuez (mgr.14180) 222 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:15.557 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:13.881666+0000 mgr.smithi145.wseuez (mgr.14180) 222 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:15.910 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:15.910 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:16.236 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:17.237 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:17.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:15.882260+0000 mgr.smithi145.wseuez (mgr.14180) 223 : 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-02-12T16:47:17.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:15.905002+0000 mgr.smithi145.wseuez (mgr.14180) 224 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:17.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:15.882260+0000 mgr.smithi145.wseuez (mgr.14180) 223 : 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-02-12T16:47:17.554 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:15.905002+0000 mgr.smithi145.wseuez (mgr.14180) 224 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:18.492 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:18.493 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:18.852 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:19.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:17.882964+0000 mgr.smithi145.wseuez (mgr.14180) 225 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:19.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:18.488065+0000 mgr.smithi145.wseuez (mgr.14180) 226 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:19.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:17.882964+0000 mgr.smithi145.wseuez (mgr.14180) 225 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:19.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:18.488065+0000 mgr.smithi145.wseuez (mgr.14180) 226 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:19.852 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:21.175 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:21.175 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:21.542 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:19.883566+0000 mgr.smithi145.wseuez (mgr.14180) 227 : 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-02-12T16:47:21.544 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:21.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:19.883566+0000 mgr.smithi145.wseuez (mgr.14180) 227 : 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-02-12T16:47:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:21.170760+0000 mgr.smithi145.wseuez (mgr.14180) 228 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:22.545 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:22.574 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:21.170760+0000 mgr.smithi145.wseuez (mgr.14180) 228 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:23.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:21.884389+0000 mgr.smithi145.wseuez (mgr.14180) 229 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:23.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:21.884389+0000 mgr.smithi145.wseuez (mgr.14180) 229 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:23.858 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:23.858 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:24.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:25.270 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:23.853736+0000 mgr.smithi145.wseuez (mgr.14180) 230 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:23.885062+0000 mgr.smithi145.wseuez (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-02-12T16:47:25.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:23.853736+0000 mgr.smithi145.wseuez (mgr.14180) 230 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:25.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:23.885062+0000 mgr.smithi145.wseuez (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-02-12T16:47:26.550 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:26.550 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:26.908 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:27.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:25.885719+0000 mgr.smithi145.wseuez (mgr.14180) 232 : 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-02-12T16:47:27.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:26.545252+0000 mgr.smithi145.wseuez (mgr.14180) 233 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:27.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:25.885719+0000 mgr.smithi145.wseuez (mgr.14180) 232 : 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-02-12T16:47:27.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:26.545252+0000 mgr.smithi145.wseuez (mgr.14180) 233 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:27.910 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:29.198 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:29.198 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:29.473 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:27.886411+0000 mgr.smithi145.wseuez (mgr.14180) 234 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:29.516 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:29.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:27.886411+0000 mgr.smithi145.wseuez (mgr.14180) 234 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:30.517 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:29.192690+0000 mgr.smithi145.wseuez (mgr.14180) 235 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:30.549 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:29.192690+0000 mgr.smithi145.wseuez (mgr.14180) 235 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:31.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:29.887177+0000 mgr.smithi145.wseuez (mgr.14180) 236 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:31.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:29.887177+0000 mgr.smithi145.wseuez (mgr.14180) 236 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:31.792 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:31.793 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:32.149 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:33.150 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:33.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:31.787369+0000 mgr.smithi145.wseuez (mgr.14180) 237 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:33.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:31.887904+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:47:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:31.787369+0000 mgr.smithi145.wseuez (mgr.14180) 237 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:31.887904+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:47:34.382 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:34.382 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:34.740 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:35.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:33.888727+0000 mgr.smithi145.wseuez (mgr.14180) 239 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:35.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:34.377654+0000 mgr.smithi145.wseuez (mgr.14180) 240 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:35.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:33.888727+0000 mgr.smithi145.wseuez (mgr.14180) 239 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:35.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:34.377654+0000 mgr.smithi145.wseuez (mgr.14180) 240 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:35.742 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:37.005 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:37.005 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:37.399 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:35.889345+0000 mgr.smithi145.wseuez (mgr.14180) 241 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:37.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:35.889345+0000 mgr.smithi145.wseuez (mgr.14180) 241 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:38.400 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:37.000854+0000 mgr.smithi145.wseuez (mgr.14180) 242 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:38.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:37.000854+0000 mgr.smithi145.wseuez (mgr.14180) 242 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:39.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:37.890149+0000 mgr.smithi145.wseuez (mgr.14180) 243 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:37.890149+0000 mgr.smithi145.wseuez (mgr.14180) 243 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:39.742 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:39.742 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:40.098 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:41.099 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:41.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:39.737315+0000 mgr.smithi145.wseuez (mgr.14180) 244 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:41.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:39.890886+0000 mgr.smithi145.wseuez (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-02-12T16:47:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:39.737315+0000 mgr.smithi145.wseuez (mgr.14180) 244 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:39.890886+0000 mgr.smithi145.wseuez (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-02-12T16:47:42.365 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:42.365 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:42.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:43.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:41.891471+0000 mgr.smithi145.wseuez (mgr.14180) 246 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:43.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:42.359956+0000 mgr.smithi145.wseuez (mgr.14180) 247 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:43.790 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:41.891471+0000 mgr.smithi145.wseuez (mgr.14180) 246 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:42.359956+0000 mgr.smithi145.wseuez (mgr.14180) 247 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:45.088 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:45.088 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:43.892164+0000 mgr.smithi145.wseuez (mgr.14180) 248 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:45.447 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:45.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:43.892164+0000 mgr.smithi145.wseuez (mgr.14180) 248 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:46.448 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:45.082452+0000 mgr.smithi145.wseuez (mgr.14180) 249 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:45.082452+0000 mgr.smithi145.wseuez (mgr.14180) 249 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:45.893002+0000 mgr.smithi145.wseuez (mgr.14180) 250 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:47.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:45.893002+0000 mgr.smithi145.wseuez (mgr.14180) 250 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:47.763 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:47.763 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:48.163 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:49.164 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:49.491 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:47.758979+0000 mgr.smithi145.wseuez (mgr.14180) 251 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:49.491 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:47.893688+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:47:49.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:47.758979+0000 mgr.smithi145.wseuez (mgr.14180) 251 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:49.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:47.893688+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:47:50.523 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:50.523 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:50.897 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:51.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:49.894241+0000 mgr.smithi145.wseuez (mgr.14180) 253 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:51.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:50.518598+0000 mgr.smithi145.wseuez (mgr.14180) 254 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:51.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:49.894241+0000 mgr.smithi145.wseuez (mgr.14180) 253 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:51.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:50.518598+0000 mgr.smithi145.wseuez (mgr.14180) 254 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:51.898 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:53.162 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:53.163 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:53.527 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:51.895010+0000 mgr.smithi145.wseuez (mgr.14180) 255 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:53.529 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:53.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:51.895010+0000 mgr.smithi145.wseuez (mgr.14180) 255 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:54.530 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:53.157334+0000 mgr.smithi145.wseuez (mgr.14180) 256 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:53.157334+0000 mgr.smithi145.wseuez (mgr.14180) 256 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:55.474 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:53.895776+0000 mgr.smithi145.wseuez (mgr.14180) 257 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:53.895776+0000 mgr.smithi145.wseuez (mgr.14180) 257 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:47:55.820 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:55.820 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:56.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:57.188 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:47:57.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:55.815748+0000 mgr.smithi145.wseuez (mgr.14180) 258 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:57.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:55.896374+0000 mgr.smithi145.wseuez (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-02-12T16:47:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:55.815748+0000 mgr.smithi145.wseuez (mgr.14180) 258 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:55.896374+0000 mgr.smithi145.wseuez (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-02-12T16:47:58.469 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:47:58.469 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:47:58.837 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:47:59.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:57.897172+0000 mgr.smithi145.wseuez (mgr.14180) 260 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:59.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:47:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:47:58.464638+0000 mgr.smithi145.wseuez (mgr.14180) 261 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:57.897172+0000 mgr.smithi145.wseuez (mgr.14180) 260 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:47:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:47:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:47:58.464638+0000 mgr.smithi145.wseuez (mgr.14180) 261 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:47:59.838 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:01.125 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:01.125 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:47:59.897841+0000 mgr.smithi145.wseuez (mgr.14180) 262 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:01.486 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:01.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:47:59.897841+0000 mgr.smithi145.wseuez (mgr.14180) 262 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:02.487 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:02.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:01.120331+0000 mgr.smithi145.wseuez (mgr.14180) 263 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:01.120331+0000 mgr.smithi145.wseuez (mgr.14180) 263 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:03.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:01.898608+0000 mgr.smithi145.wseuez (mgr.14180) 264 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:03.793 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:03.793 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:03.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:01.898608+0000 mgr.smithi145.wseuez (mgr.14180) 264 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:04.153 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:05.154 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:05.487 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:03.788288+0000 mgr.smithi145.wseuez (mgr.14180) 265 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:05.487 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:03.899306+0000 mgr.smithi145.wseuez (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-02-12T16:48:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:03.788288+0000 mgr.smithi145.wseuez (mgr.14180) 265 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:03.899306+0000 mgr.smithi145.wseuez (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-02-12T16:48:06.503 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:06.503 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:06.900 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:05.900078+0000 mgr.smithi145.wseuez (mgr.14180) 267 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:06.498782+0000 mgr.smithi145.wseuez (mgr.14180) 268 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:07.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:05.900078+0000 mgr.smithi145.wseuez (mgr.14180) 267 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:07.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:06.498782+0000 mgr.smithi145.wseuez (mgr.14180) 268 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:07.902 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:09.250 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:09.250 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:09.608 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:07.900745+0000 mgr.smithi145.wseuez (mgr.14180) 269 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-12T16:48:09.609 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:07.900745+0000 mgr.smithi145.wseuez (mgr.14180) 269 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-12T16:48:10.610 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:10.643 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:09.245153+0000 mgr.smithi145.wseuez (mgr.14180) 270 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:09.245153+0000 mgr.smithi145.wseuez (mgr.14180) 270 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:11.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:09.901187+0000 mgr.smithi145.wseuez (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; 341 B/s rd, 0 op/s 2024-02-12T16:48:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:09.901187+0000 mgr.smithi145.wseuez (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; 341 B/s rd, 0 op/s 2024-02-12T16:48:11.863 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:11.863 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:12.216 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:13.217 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:13.536 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:11.858431+0000 mgr.smithi145.wseuez (mgr.14180) 272 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:13.536 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:11.901827+0000 mgr.smithi145.wseuez (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; 341 B/s rd, 0 op/s 2024-02-12T16:48:13.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:11.858431+0000 mgr.smithi145.wseuez (mgr.14180) 272 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:13.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:11.901827+0000 mgr.smithi145.wseuez (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; 341 B/s rd, 0 op/s 2024-02-12T16:48:14.498 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:14.499 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [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.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:14.883 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:15.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:13.902444+0000 mgr.smithi145.wseuez (mgr.14180) 274 : 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-02-12T16:48:15.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:14.493447+0000 mgr.smithi145.wseuez (mgr.14180) 275 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:15.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:13.902444+0000 mgr.smithi145.wseuez (mgr.14180) 274 : 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-02-12T16:48:15.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:14.493447+0000 mgr.smithi145.wseuez (mgr.14180) 275 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:15.885 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:48:15.404832+0000 mgr.smithi145.wseuez (mgr.14180) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.bzdzwq ... 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:46:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:46:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:47:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Traceback (most recent call last): 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: yield (conn, connr) 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: code, '\n'.join(err))) 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.bzdzwq ... 2024-02-12T16:48:16.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:46:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:46:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:47:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:48:15.405115+0000 mgr.smithi145.wseuez (mgr.14180) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:15.405499+0000 mon.smithi145 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.bzdzwq"}]: dispatch 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:48:15.406309+0000 mgr.smithi145.wseuez (mgr.14180) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.bzdzwq ... 2024-02-12T16:48:16.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:46:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:46:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:47:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:48:15.408296+0000 mgr.smithi145.wseuez (mgr.14180) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.prvupy on smithi145 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:48:15.404832+0000 mgr.smithi145.wseuez (mgr.14180) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.bzdzwq ... 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:46:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:46:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:47:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Traceback (most recent call last): 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: yield (conn, connr) 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: code, '\n'.join(err))) 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.bzdzwq ... 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:46:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:46:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:47:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:48:15.405115+0000 mgr.smithi145.wseuez (mgr.14180) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:15.405499+0000 mon.smithi145 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.bzdzwq"}]: dispatch 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:48:15.406309+0000 mgr.smithi145.wseuez (mgr.14180) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.bzdzwq ... 2024-02-12T16:48:16.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:46:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:46:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:47:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:48:16.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:48:15.408296+0000 mgr.smithi145.wseuez (mgr.14180) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.prvupy on smithi145 2024-02-12T16:48:17.114 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:17.114 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:17.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:15.903028+0000 mgr.smithi145.wseuez (mgr.14180) 280 : 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-02-12T16:48:17.481 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:17.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:15.903028+0000 mgr.smithi145.wseuez (mgr.14180) 280 : 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-02-12T16:48:18.482 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:18.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:17.109316+0000 mgr.smithi145.wseuez (mgr.14180) 281 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:17.109316+0000 mgr.smithi145.wseuez (mgr.14180) 281 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:19.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:17.903667+0000 mgr.smithi145.wseuez (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; 426 B/s rd, 0 op/s 2024-02-12T16:48:19.763 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:19.764 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:19.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:17.903667+0000 mgr.smithi145.wseuez (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; 426 B/s rd, 0 op/s 2024-02-12T16:48:20.124 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:21.125 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:21.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:19.759263+0000 mgr.smithi145.wseuez (mgr.14180) 283 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:21.467 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:19.904213+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:48:21.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:19.759263+0000 mgr.smithi145.wseuez (mgr.14180) 283 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:21.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:19.904213+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:48:22.441 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:22.442 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:22.814 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:23.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:21.905116+0000 mgr.smithi145.wseuez (mgr.14180) 285 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:23.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:22.436838+0000 mgr.smithi145.wseuez (mgr.14180) 286 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:23.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:21.905116+0000 mgr.smithi145.wseuez (mgr.14180) 285 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:23.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:22.436838+0000 mgr.smithi145.wseuez (mgr.14180) 286 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:23.815 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:25.157 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:25.158 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:25.520 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:23.905796+0000 mgr.smithi145.wseuez (mgr.14180) 287 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:25.522 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:25.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:23.905796+0000 mgr.smithi145.wseuez (mgr.14180) 287 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:26.523 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:26.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:25.152371+0000 mgr.smithi145.wseuez (mgr.14180) 288 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:25.152371+0000 mgr.smithi145.wseuez (mgr.14180) 288 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:27.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:25.906397+0000 mgr.smithi145.wseuez (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-02-12T16:48:27.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:25.906397+0000 mgr.smithi145.wseuez (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-02-12T16:48:27.763 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:27.764 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:28.130 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:29.130 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:29.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:27.759107+0000 mgr.smithi145.wseuez (mgr.14180) 290 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:29.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:27.907118+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:48:29.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:27.759107+0000 mgr.smithi145.wseuez (mgr.14180) 290 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:29.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:27.907118+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:48:30.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:30.386 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:30.832 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:31.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:29.907828+0000 mgr.smithi145.wseuez (mgr.14180) 292 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:31.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:30.381206+0000 mgr.smithi145.wseuez (mgr.14180) 293 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:31.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:29.907828+0000 mgr.smithi145.wseuez (mgr.14180) 292 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:31.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:30.381206+0000 mgr.smithi145.wseuez (mgr.14180) 293 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:31.834 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:33.144 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:33.144 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:33.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:31.908504+0000 mgr.smithi145.wseuez (mgr.14180) 294 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:33.546 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:31.908504+0000 mgr.smithi145.wseuez (mgr.14180) 294 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:34.547 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:33.139305+0000 mgr.smithi145.wseuez (mgr.14180) 295 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:34.873 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:33.139305+0000 mgr.smithi145.wseuez (mgr.14180) 295 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:35.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:33.909302+0000 mgr.smithi145.wseuez (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-02-12T16:48:35.871 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:35.871 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:35.895 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:33.909302+0000 mgr.smithi145.wseuez (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-02-12T16:48:36.246 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:37.247 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:35.866338+0000 mgr.smithi145.wseuez (mgr.14180) 297 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:35.909998+0000 mgr.smithi145.wseuez (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-02-12T16:48:37.565 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:35.866338+0000 mgr.smithi145.wseuez (mgr.14180) 297 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:37.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:35.909998+0000 mgr.smithi145.wseuez (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-02-12T16:48:38.530 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:38.530 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:38.902 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:39.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:37.910681+0000 mgr.smithi145.wseuez (mgr.14180) 299 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:48:39.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:38.525454+0000 mgr.smithi145.wseuez (mgr.14180) 300 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:39.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:37.910681+0000 mgr.smithi145.wseuez (mgr.14180) 299 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:48:39.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:38.525454+0000 mgr.smithi145.wseuez (mgr.14180) 300 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:39.904 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:41.262 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:41.262 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:41.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:39.911272+0000 mgr.smithi145.wseuez (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-02-12T16:48:41.627 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:39.911272+0000 mgr.smithi145.wseuez (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-02-12T16:48:42.628 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:41.256295+0000 mgr.smithi145.wseuez (mgr.14180) 302 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:41.256295+0000 mgr.smithi145.wseuez (mgr.14180) 302 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:43.582 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:41.911875+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:48:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:41.911875+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:48:43.931 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:43.931 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:44.319 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:45.320 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:45.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:43.912668+0000 mgr.smithi145.wseuez (mgr.14180) 304 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:45.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:43.926129+0000 mgr.smithi145.wseuez (mgr.14180) 305 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:45.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:43.912668+0000 mgr.smithi145.wseuez (mgr.14180) 304 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:45.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:43.926129+0000 mgr.smithi145.wseuez (mgr.14180) 305 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:46.634 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:46.634 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:46.995 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:47.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:45.913391+0000 mgr.smithi145.wseuez (mgr.14180) 306 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:47.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:45.913391+0000 mgr.smithi145.wseuez (mgr.14180) 306 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:48:47.996 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:48.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:46.629317+0000 mgr.smithi145.wseuez (mgr.14180) 307 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:46.629317+0000 mgr.smithi145.wseuez (mgr.14180) 307 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:49.251 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:49.252 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:49.550 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:47.914203+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:48:49.618 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:49.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:47.914203+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:48:50.619 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:49.246944+0000 mgr.smithi145.wseuez (mgr.14180) 309 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:50.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:49.246944+0000 mgr.smithi145.wseuez (mgr.14180) 309 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:51.548 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:49.914726+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:48:51.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:49.914726+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:48:51.900 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:51.900 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:52.292 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:53.293 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:53.621 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:51.895159+0000 mgr.smithi145.wseuez (mgr.14180) 311 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:53.621 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:51.915340+0000 mgr.smithi145.wseuez (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, 0 op/s 2024-02-12T16:48:53.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:51.895159+0000 mgr.smithi145.wseuez (mgr.14180) 311 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:53.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:51.915340+0000 mgr.smithi145.wseuez (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, 0 op/s 2024-02-12T16:48:54.577 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:54.578 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:54.941 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:53.916132+0000 mgr.smithi145.wseuez (mgr.14180) 313 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-12T16:48:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:54.572678+0000 mgr.smithi145.wseuez (mgr.14180) 314 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:55.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:53.916132+0000 mgr.smithi145.wseuez (mgr.14180) 313 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-12T16:48:55.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:54.572678+0000 mgr.smithi145.wseuez (mgr.14180) 314 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:55.943 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:57.199 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:57.199 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:57.564 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:55.916851+0000 mgr.smithi145.wseuez (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-02-12T16:48:57.566 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:48:57.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:55.916851+0000 mgr.smithi145.wseuez (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-02-12T16:48:58.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:48:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:57.194136+0000 mgr.smithi145.wseuez (mgr.14180) 316 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:58.885 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:57.194136+0000 mgr.smithi145.wseuez (mgr.14180) 316 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:48:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:48:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:57.917468+0000 mgr.smithi145.wseuez (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-02-12T16:48:59.848 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:48:59.848 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:48:59.878 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:48:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:57.917468+0000 mgr.smithi145.wseuez (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-02-12T16:49:00.241 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:01.242 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:01.551 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:48:59.842802+0000 mgr.smithi145.wseuez (mgr.14180) 318 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:01.551 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:48:59.917977+0000 mgr.smithi145.wseuez (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-02-12T16:49:01.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:48:59.842802+0000 mgr.smithi145.wseuez (mgr.14180) 318 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:01.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:48:59.917977+0000 mgr.smithi145.wseuez (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-02-12T16:49:02.528 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:02.528 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:02.899 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:03.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:01.918516+0000 mgr.smithi145.wseuez (mgr.14180) 320 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-12T16:49:03.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:02.522898+0000 mgr.smithi145.wseuez (mgr.14180) 321 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:01.918516+0000 mgr.smithi145.wseuez (mgr.14180) 320 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-12T16:49:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:02.522898+0000 mgr.smithi145.wseuez (mgr.14180) 321 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:03.900 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:05.182 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:05.182 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:05.549 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:03.919260+0000 mgr.smithi145.wseuez (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; 767 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T16:49:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:03.919260+0000 mgr.smithi145.wseuez (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; 767 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T16:49:06.550 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:05.177492+0000 mgr.smithi145.wseuez (mgr.14180) 323 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:06.868 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:05.177492+0000 mgr.smithi145.wseuez (mgr.14180) 323 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:07.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:05.919859+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:07.851 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:07.851 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:07.873 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:05.919859+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:08.214 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:09.216 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:09.533 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:07.846428+0000 mgr.smithi145.wseuez (mgr.14180) 325 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:09.534 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:07.920494+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:07.846428+0000 mgr.smithi145.wseuez (mgr.14180) 325 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:07.920494+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:10.494 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:10.495 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:10.856 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:09.921079+0000 mgr.smithi145.wseuez (mgr.14180) 327 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:10.489868+0000 mgr.smithi145.wseuez (mgr.14180) 328 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:11.857 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:11.885 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:09.921079+0000 mgr.smithi145.wseuez (mgr.14180) 327 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:11.885 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:10.489868+0000 mgr.smithi145.wseuez (mgr.14180) 328 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:13.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:13.070 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:13.422 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:13.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:11.921728+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:11.921728+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:14.423 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:14.732 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:13.065258+0000 mgr.smithi145.wseuez (mgr.14180) 330 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:13.065258+0000 mgr.smithi145.wseuez (mgr.14180) 330 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:15.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:13.922547+0000 mgr.smithi145.wseuez (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-02-12T16:49:15.687 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:15.688 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:15.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:13.922547+0000 mgr.smithi145.wseuez (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-02-12T16:49:16.072 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:17.073 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:17.733 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:15.682815+0000 mgr.smithi145.wseuez (mgr.14180) 332 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:17.733 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:15.923248+0000 mgr.smithi145.wseuez (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-02-12T16:49:17.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:15.682815+0000 mgr.smithi145.wseuez (mgr.14180) 332 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:17.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:15.923248+0000 mgr.smithi145.wseuez (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-02-12T16:49:18.379 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:18.380 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:18.728 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:19.729 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:19.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:17.924045+0000 mgr.smithi145.wseuez (mgr.14180) 334 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:49:19.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:18.374383+0000 mgr.smithi145.wseuez (mgr.14180) 335 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:19.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:17.924045+0000 mgr.smithi145.wseuez (mgr.14180) 334 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:49:19.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:18.374383+0000 mgr.smithi145.wseuez (mgr.14180) 335 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:20.977 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:20.977 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:21.338 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:21.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:19.924579+0000 mgr.smithi145.wseuez (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-02-12T16:49:21.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:19.924579+0000 mgr.smithi145.wseuez (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-02-12T16:49:22.338 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:20.972283+0000 mgr.smithi145.wseuez (mgr.14180) 337 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:20.972283+0000 mgr.smithi145.wseuez (mgr.14180) 337 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:23.619 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:23.620 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:23.782 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:21.925156+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:23.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:21.925156+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:23.987 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:23.613993+0000 mgr.smithi145.wseuez (mgr.14180) 339 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:24.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:23.613993+0000 mgr.smithi145.wseuez (mgr.14180) 339 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:24.988 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:25.623 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:23.925855+0000 mgr.smithi145.wseuez (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-02-12T16:49:25.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:23.925855+0000 mgr.smithi145.wseuez (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-02-12T16:49:26.297 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:26.297 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:26.646 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:27.648 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:27.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:25.926550+0000 mgr.smithi145.wseuez (mgr.14180) 341 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:27.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:26.292725+0000 mgr.smithi145.wseuez (mgr.14180) 342 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:27.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:25.926550+0000 mgr.smithi145.wseuez (mgr.14180) 341 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:27.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:26.292725+0000 mgr.smithi145.wseuez (mgr.14180) 342 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:28.921 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:28.921 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:29.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:29.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:27.927190+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:29.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:27.927190+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:30.270 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:30.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:28.915912+0000 mgr.smithi145.wseuez (mgr.14180) 344 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:28.915912+0000 mgr.smithi145.wseuez (mgr.14180) 344 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:31.549 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:31.549 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:31.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:29.927896+0000 mgr.smithi145.wseuez (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-02-12T16:49:31.833 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:29.927896+0000 mgr.smithi145.wseuez (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-02-12T16:49:31.926 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:31.544062+0000 mgr.smithi145.wseuez (mgr.14180) 346 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:32.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:31.544062+0000 mgr.smithi145.wseuez (mgr.14180) 346 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:32.927 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:31.928514+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:33.856 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:31.928514+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:34.221 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:34.221 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:34.584 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:35.585 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:35.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:33.929333+0000 mgr.smithi145.wseuez (mgr.14180) 348 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:35.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:34.216572+0000 mgr.smithi145.wseuez (mgr.14180) 349 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:35.886 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:33.929333+0000 mgr.smithi145.wseuez (mgr.14180) 348 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:35.886 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:34.216572+0000 mgr.smithi145.wseuez (mgr.14180) 349 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:36.819 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:36.819 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:37.194 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:37.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:35.930034+0000 mgr.smithi145.wseuez (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-02-12T16:49:37.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:35.930034+0000 mgr.smithi145.wseuez (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-02-12T16:49:38.195 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:38.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:36.814330+0000 mgr.smithi145.wseuez (mgr.14180) 351 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:39.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:36.814330+0000 mgr.smithi145.wseuez (mgr.14180) 351 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:39.466 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:39.466 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:39.757 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:37.930727+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:39.835 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:40.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:37.930727+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:40.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:40.864 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:39.461429+0000 mgr.smithi145.wseuez (mgr.14180) 353 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:41.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:39.461429+0000 mgr.smithi145.wseuez (mgr.14180) 353 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:41.779 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:39.931184+0000 mgr.smithi145.wseuez (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-02-12T16:49:42.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:39.931184+0000 mgr.smithi145.wseuez (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-02-12T16:49:42.137 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:42.137 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:42.491 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:43.492 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:43.802 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:41.931830+0000 mgr.smithi145.wseuez (mgr.14180) 355 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:43.802 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:42.132172+0000 mgr.smithi145.wseuez (mgr.14180) 356 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:44.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:41.931830+0000 mgr.smithi145.wseuez (mgr.14180) 355 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:49:44.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:42.132172+0000 mgr.smithi145.wseuez (mgr.14180) 356 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:44.686 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:44.686 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:45.058 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:45.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:43.932510+0000 mgr.smithi145.wseuez (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-02-12T16:49:46.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:43.932510+0000 mgr.smithi145.wseuez (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-02-12T16:49:46.059 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:44.681191+0000 mgr.smithi145.wseuez (mgr.14180) 358 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:47.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:44.681191+0000 mgr.smithi145.wseuez (mgr.14180) 358 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:47.348 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:47.349 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:47.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:45.933237+0000 mgr.smithi145.wseuez (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-02-12T16:49:47.791 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:48.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:45.933237+0000 mgr.smithi145.wseuez (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-02-12T16:49:48.792 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:48.826 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:47.343864+0000 mgr.smithi145.wseuez (mgr.14180) 360 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:49.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:47.343864+0000 mgr.smithi145.wseuez (mgr.14180) 360 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:49.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:47.933890+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:50.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:47.933890+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:50.086 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:50.086 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:50.440 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:51.441 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:51.768 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:49.934386+0000 mgr.smithi145.wseuez (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-02-12T16:49:51.768 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:50.081034+0000 mgr.smithi145.wseuez (mgr.14180) 363 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:52.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:49.934386+0000 mgr.smithi145.wseuez (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-02-12T16:49:52.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:50.081034+0000 mgr.smithi145.wseuez (mgr.14180) 363 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:52.706 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:52.707 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:53.066 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:53.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:51.935005+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:54.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:51.935005+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:49:54.067 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:54.643 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:52.701765+0000 mgr.smithi145.wseuez (mgr.14180) 365 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:52.701765+0000 mgr.smithi145.wseuez (mgr.14180) 365 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:55.322 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:55.323 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:55.638 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:53.935755+0000 mgr.smithi145.wseuez (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-02-12T16:49:55.731 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:56.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:53.935755+0000 mgr.smithi145.wseuez (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-02-12T16:49:56.731 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:56.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:55.317971+0000 mgr.smithi145.wseuez (mgr.14180) 367 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:57.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:55.317971+0000 mgr.smithi145.wseuez (mgr.14180) 367 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:49:57.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:55.936360+0000 mgr.smithi145.wseuez (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-02-12T16:49:57.965 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:49:57.965 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:49:58.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:55.936360+0000 mgr.smithi145.wseuez (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-02-12T16:49:58.330 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:49:59.331 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:49:59.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:57.937033+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:49:59.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:49:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:49:57.960348+0000 mgr.smithi145.wseuez (mgr.14180) 370 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:00.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:57.937033+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:00.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:49:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:49:57.960348+0000 mgr.smithi145.wseuez (mgr.14180) 370 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:00.666 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:00.666 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:00.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:00.000139+0000 mon.smithi145 (mon.0) 649 : cluster [INF] overall HEALTH_OK 2024-02-12T16:50:01.031 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:00.000139+0000 mon.smithi145 (mon.0) 649 : cluster [INF] overall HEALTH_OK 2024-02-12T16:50:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:49:59.937818+0000 mgr.smithi145.wseuez (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-02-12T16:50:02.032 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:02.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:49:59.937818+0000 mgr.smithi145.wseuez (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-02-12T16:50:02.891 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:00.661194+0000 mgr.smithi145.wseuez (mgr.14180) 372 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:03.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:00.661194+0000 mgr.smithi145.wseuez (mgr.14180) 372 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:03.247 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:03.247 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:03.604 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:01.938410+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:04.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:01.938410+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:04.606 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:03.242506+0000 mgr.smithi145.wseuez (mgr.14180) 374 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:03.242506+0000 mgr.smithi145.wseuez (mgr.14180) 374 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:05.850 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:05.850 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:05.870 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:03.939064+0000 mgr.smithi145.wseuez (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-02-12T16:50:06.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:03.939064+0000 mgr.smithi145.wseuez (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-02-12T16:50:06.221 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:07.222 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:07.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:05.844493+0000 mgr.smithi145.wseuez (mgr.14180) 376 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:07.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:05.939694+0000 mgr.smithi145.wseuez (mgr.14180) 377 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:08.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:05.844493+0000 mgr.smithi145.wseuez (mgr.14180) 376 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:08.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:05.939694+0000 mgr.smithi145.wseuez (mgr.14180) 377 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:08.509 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:08.510 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:08.878 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:09.879 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:09.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:07.940447+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:09.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:08.504582+0000 mgr.smithi145.wseuez (mgr.14180) 379 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:10.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:07.940447+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:10.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:08.504582+0000 mgr.smithi145.wseuez (mgr.14180) 379 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:11.260 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:11.261 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:11.671 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:11.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:09.941030+0000 mgr.smithi145.wseuez (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-02-12T16:50:12.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:09.941030+0000 mgr.smithi145.wseuez (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-02-12T16:50:12.672 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:12.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:11.255840+0000 mgr.smithi145.wseuez (mgr.14180) 381 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:13.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:11.255840+0000 mgr.smithi145.wseuez (mgr.14180) 381 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:11.941634+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:13.976 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:13.976 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:14.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:11.941634+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:14.344 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:13.942244+0000 mgr.smithi145.wseuez (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-02-12T16:50:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:13.971292+0000 mgr.smithi145.wseuez (mgr.14180) 384 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:15.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:13.942244+0000 mgr.smithi145.wseuez (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-02-12T16:50:15.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:13.971292+0000 mgr.smithi145.wseuez (mgr.14180) 384 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:15.345 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:16.585 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:16.586 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:16.952 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:17.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:15.942902+0000 mgr.smithi145.wseuez (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-02-12T16:50:17.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:16.580837+0000 mgr.smithi145.wseuez (mgr.14180) 386 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:17.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:15.942902+0000 mgr.smithi145.wseuez (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-02-12T16:50:17.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:16.580837+0000 mgr.smithi145.wseuez (mgr.14180) 386 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:17.953 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:19.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:17.943610+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:19.219 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:19.219 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:19.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:17.943610+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:19.610 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:20.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:19.214348+0000 mgr.smithi145.wseuez (mgr.14180) 388 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:20.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:19.214348+0000 mgr.smithi145.wseuez (mgr.14180) 388 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:20.611 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:21.222 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:19.944144+0000 mgr.smithi145.wseuez (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-02-12T16:50:21.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:19.944144+0000 mgr.smithi145.wseuez (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-02-12T16:50:21.890 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:21.891 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:22.251 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:23.252 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:23.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:21.885110+0000 mgr.smithi145.wseuez (mgr.14180) 390 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:23.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:21.944771+0000 mgr.smithi145.wseuez (mgr.14180) 391 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:23.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:21.885110+0000 mgr.smithi145.wseuez (mgr.14180) 390 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:23.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:21.944771+0000 mgr.smithi145.wseuez (mgr.14180) 391 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:24.500 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:24.500 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:24.867 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:25.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:23.945446+0000 mgr.smithi145.wseuez (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-02-12T16:50:25.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:24.494750+0000 mgr.smithi145.wseuez (mgr.14180) 393 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:23.945446+0000 mgr.smithi145.wseuez (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-02-12T16:50:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:24.494750+0000 mgr.smithi145.wseuez (mgr.14180) 393 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:25.867 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:27.136 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:27.136 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:27.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:25.946168+0000 mgr.smithi145.wseuez (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-02-12T16:50:27.509 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:27.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:25.946168+0000 mgr.smithi145.wseuez (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-02-12T16:50:28.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:27.130836+0000 mgr.smithi145.wseuez (mgr.14180) 395 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:28.510 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:28.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:27.130836+0000 mgr.smithi145.wseuez (mgr.14180) 395 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:29.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:27.947073+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:29.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:27.947073+0000 mgr.smithi145.wseuez (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; 170 B/s rd, 0 op/s 2024-02-12T16:50:29.817 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:29.818 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:30.166 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:31.168 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:31.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:29.812970+0000 mgr.smithi145.wseuez (mgr.14180) 397 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:31.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:29.947550+0000 mgr.smithi145.wseuez (mgr.14180) 398 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:31.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:29.812970+0000 mgr.smithi145.wseuez (mgr.14180) 397 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:31.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:29.947550+0000 mgr.smithi145.wseuez (mgr.14180) 398 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:32.413 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:32.414 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:32.775 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:33.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:31.948139+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:33.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:32.408891+0000 mgr.smithi145.wseuez (mgr.14180) 400 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:31.948139+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:32.408891+0000 mgr.smithi145.wseuez (mgr.14180) 400 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:33.776 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:35.058 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:35.058 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:35.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:33.948955+0000 mgr.smithi145.wseuez (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-02-12T16:50:35.448 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:35.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:33.948955+0000 mgr.smithi145.wseuez (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-02-12T16:50:36.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:35.053526+0000 mgr.smithi145.wseuez (mgr.14180) 402 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:36.448 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:35.053526+0000 mgr.smithi145.wseuez (mgr.14180) 402 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:37.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:35.949675+0000 mgr.smithi145.wseuez (mgr.14180) 403 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:35.949675+0000 mgr.smithi145.wseuez (mgr.14180) 403 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:37.713 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:37.714 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:38.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:39.066 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:39.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:37.708800+0000 mgr.smithi145.wseuez (mgr.14180) 404 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:39.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:37.950298+0000 mgr.smithi145.wseuez (mgr.14180) 405 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:50:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:37.708800+0000 mgr.smithi145.wseuez (mgr.14180) 404 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:39.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:37.950298+0000 mgr.smithi145.wseuez (mgr.14180) 405 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:50:40.349 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:40.349 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:40.705 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:41.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:39.950936+0000 mgr.smithi145.wseuez (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-02-12T16:50:41.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:40.343539+0000 mgr.smithi145.wseuez (mgr.14180) 407 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:41.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:39.950936+0000 mgr.smithi145.wseuez (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-02-12T16:50:41.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:40.343539+0000 mgr.smithi145.wseuez (mgr.14180) 407 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:41.706 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:43.046 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:43.047 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:41.951509+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:43.455 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:43.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:41.951509+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:50:44.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:43.041599+0000 mgr.smithi145.wseuez (mgr.14180) 409 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:44.457 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:44.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:43.041599+0000 mgr.smithi145.wseuez (mgr.14180) 409 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:45.384 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:43.952171+0000 mgr.smithi145.wseuez (mgr.14180) 410 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:45.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:43.952171+0000 mgr.smithi145.wseuez (mgr.14180) 410 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:45.772 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:45.772 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:46.147 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:47.148 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:45.767450+0000 mgr.smithi145.wseuez (mgr.14180) 411 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:47.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:45.952812+0000 mgr.smithi145.wseuez (mgr.14180) 412 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:47.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:45.767450+0000 mgr.smithi145.wseuez (mgr.14180) 411 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:47.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:45.952812+0000 mgr.smithi145.wseuez (mgr.14180) 412 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:48.402 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:48.403 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:48.764 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:49.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:47.953448+0000 mgr.smithi145.wseuez (mgr.14180) 413 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:50:49.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:48.397879+0000 mgr.smithi145.wseuez (mgr.14180) 414 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:49.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:47.953448+0000 mgr.smithi145.wseuez (mgr.14180) 413 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:50:49.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:48.397879+0000 mgr.smithi145.wseuez (mgr.14180) 414 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:49.765 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:51.049 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:51.049 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:33.898751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:33.898893Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:33.899028Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:33.899141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:33.899249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-12T16:50:51.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:49.953998+0000 mgr.smithi145.wseuez (mgr.14180) 415 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:51.352 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:50.896000+0000 mon.smithi145 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.prvupy"}]: dispatch 2024-02-12T16:50:51.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:50.902685+0000 mon.smithi145 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:51.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:50.904769+0000 mon.smithi145 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:50:51.501 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:49.953998+0000 mgr.smithi145.wseuez (mgr.14180) 415 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:50:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:50.896000+0000 mon.smithi145 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.prvupy"}]: dispatch 2024-02-12T16:50:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:50.902685+0000 mon.smithi145 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:51.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:50.904769+0000 mon.smithi145 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:50:52.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:50.895388+0000 mgr.smithi145.wseuez (mgr.14180) 416 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.prvupy ... 2024-02-12T16:50:52.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:48:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:49:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:50:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Traceback (most recent call last): 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: yield (conn, connr) 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: code, '\n'.join(err))) 2024-02-12T16:50:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.prvupy ... 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:48:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:49:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:50:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:50.895646+0000 mgr.smithi145.wseuez (mgr.14180) 417 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:50.896697+0000 mgr.smithi145.wseuez (mgr.14180) 418 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.prvupy ... 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:48:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:49:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:50:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:50.902958+0000 mgr.smithi145.wseuez (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:50.903990+0000 mgr.smithi145.wseuez (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:50.904890+0000 mgr.smithi145.wseuez (mgr.14180) 421 : cluster [DBG] pgmap v274: 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-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:51.043996+0000 mgr.smithi145.wseuez (mgr.14180) 422 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:51.899958+0000 mon.smithi145 (mon.0) 653 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T16:50:52.501 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:50.895388+0000 mgr.smithi145.wseuez (mgr.14180) 416 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.prvupy ... 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:48:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:49:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:50:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Traceback (most recent call last): 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: yield (conn, connr) 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: code, '\n'.join(err))) 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.prvupy ... 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:48:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:49:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:50:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:50.895646+0000 mgr.smithi145.wseuez (mgr.14180) 417 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:50.896697+0000 mgr.smithi145.wseuez (mgr.14180) 418 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.prvupy ... 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:48:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:49:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:50:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:50:52.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:50:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:50.902958+0000 mgr.smithi145.wseuez (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:50:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:50.903990+0000 mgr.smithi145.wseuez (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:50:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:50.904890+0000 mgr.smithi145.wseuez (mgr.14180) 421 : cluster [DBG] pgmap v274: 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-02-12T16:50:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:51.043996+0000 mgr.smithi145.wseuez (mgr.14180) 422 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:51.899958+0000 mon.smithi145 (mon.0) 653 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T16:50:53.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:52.147028+0000 mon.smithi145 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:53.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:52.411524+0000 mon.smithi145 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:52.147028+0000 mon.smithi145 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:52.411524+0000 mon.smithi145 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:54.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:54.061 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:45:35.530596Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:45:35.530690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:45:35.530755Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:45:35.530528Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:45:35.530387Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:45:35.530817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:45:35.530957Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:45:35.530880Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 1, "size": 2}}] 2024-02-12T16:50:54.513 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-12T16:50:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:52.905752+0000 mgr.smithi145.wseuez (mgr.14180) 423 : cluster [DBG] pgmap v275: 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-02-12T16:50:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.211236+0000 mon.smithi145 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:54.869 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:52.905752+0000 mgr.smithi145.wseuez (mgr.14180) 423 : cluster [DBG] pgmap v275: 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-02-12T16:50:54.869 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.211236+0000 mon.smithi145 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.514 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.055131+0000 mgr.smithi145.wseuez (mgr.14180) 424 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.606504+0000 mon.smithi145 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:50:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.607171+0000 mon.smithi145 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:50:55.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:54.610407+0000 mgr.smithi145.wseuez (mgr.14180) 425 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-12T16:50:55.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.862727+0000 mon.smithi145 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.867862+0000 mon.smithi145 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.873458+0000 mon.smithi145 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.879676+0000 mon.smithi145 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:50:55.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:54.889375+0000 mon.smithi145 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.055131+0000 mgr.smithi145.wseuez (mgr.14180) 424 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.606504+0000 mon.smithi145 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.607171+0000 mon.smithi145 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:54.610407+0000 mgr.smithi145.wseuez (mgr.14180) 425 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.862727+0000 mon.smithi145 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.867862+0000 mon.smithi145 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.848 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.873458+0000 mon.smithi145 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:55.849 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.879676+0000 mon.smithi145 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:50:55.849 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:54.889375+0000 mon.smithi145 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:50:56.761 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:56.761 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:50:56.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:54.874527+0000 mgr.smithi145.wseuez (mgr.14180) 426 : cluster [DBG] pgmap v276: 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-02-12T16:50:56.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:50:54.892018+0000 mgr.smithi145.wseuez (mgr.14180) 427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.bukpwg on smithi160 2024-02-12T16:50:56.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:55.871570+0000 mon.smithi145 (mon.0) 664 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-12T16:50:56.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:55.871610+0000 mon.smithi145 (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-02-12T16:50:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:54.874527+0000 mgr.smithi145.wseuez (mgr.14180) 426 : cluster [DBG] pgmap v276: 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-02-12T16:50:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:50:54.892018+0000 mgr.smithi145.wseuez (mgr.14180) 427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.bukpwg on smithi160 2024-02-12T16:50:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:55.871570+0000 mon.smithi145 (mon.0) 664 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-12T16:50:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:55.871610+0000 mon.smithi145 (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-02-12T16:50:57.135 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-12T16:50:57.135 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-12T16:50:57.146 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-12T16:50:57.146 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:58.445 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:50:58.445 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:50:58.709 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:56.755557+0000 mgr.smithi145.wseuez (mgr.14180) 428 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:58.709 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:56.875432+0000 mgr.smithi145.wseuez (mgr.14180) 429 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 187 B/s wr, 1 op/s 2024-02-12T16:50:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:56.755557+0000 mgr.smithi145.wseuez (mgr.14180) 428 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:56.875432+0000 mgr.smithi145.wseuez (mgr.14180) 429 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 187 B/s wr, 1 op/s 2024-02-12T16:50:58.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:50:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:50:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:50:58.439803+0000 mgr.smithi145.wseuez (mgr.14180) 430 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:50:59.804 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:50:59.837 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:50:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:50:58.439803+0000 mgr.smithi145.wseuez (mgr.14180) 430 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:50:58.876331+0000 mgr.smithi145.wseuez (mgr.14180) 431 : cluster [DBG] pgmap v278: 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-02-12T16:51:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:50:58.876331+0000 mgr.smithi145.wseuez (mgr.14180) 431 : cluster [DBG] pgmap v278: 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-02-12T16:51:01.032 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:01.032 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:01.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:02.412 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:02.729 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:00.876904+0000 mgr.smithi145.wseuez (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.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-12T16:51:02.729 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:01.026910+0000 mgr.smithi145.wseuez (mgr.14180) 433 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:00.876904+0000 mgr.smithi145.wseuez (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.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-12T16:51:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:01.026910+0000 mgr.smithi145.wseuez (mgr.14180) 433 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:03.668 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:03.668 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:04.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:02.877803+0000 mgr.smithi145.wseuez (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; 2.1 KiB/s rd, 171 B/s wr, 2 op/s 2024-02-12T16:51:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:02.877803+0000 mgr.smithi145.wseuez (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; 2.1 KiB/s rd, 171 B/s wr, 2 op/s 2024-02-12T16:51:05.069 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:05.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:03.663273+0000 mgr.smithi145.wseuez (mgr.14180) 435 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:03.663273+0000 mgr.smithi145.wseuez (mgr.14180) 435 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:06.369 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:06.370 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:06.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:04.878296+0000 mgr.smithi145.wseuez (mgr.14180) 436 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 171 B/s wr, 2 op/s 2024-02-12T16:51:06.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:04.878296+0000 mgr.smithi145.wseuez (mgr.14180) 436 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 171 B/s wr, 2 op/s 2024-02-12T16:51:07.735 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:07.768 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:06.364281+0000 mgr.smithi145.wseuez (mgr.14180) 437 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:07.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:06.364281+0000 mgr.smithi145.wseuez (mgr.14180) 437 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:08.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:06.879061+0000 mgr.smithi145.wseuez (mgr.14180) 438 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-12T16:51:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:06.879061+0000 mgr.smithi145.wseuez (mgr.14180) 438 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-12T16:51:09.009 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:09.010 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:09.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:10.377 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:10.729 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:08.879729+0000 mgr.smithi145.wseuez (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; 1.3 KiB/s rd, 1 op/s 2024-02-12T16:51:10.730 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:09.004453+0000 mgr.smithi145.wseuez (mgr.14180) 440 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:08.879729+0000 mgr.smithi145.wseuez (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; 1.3 KiB/s rd, 1 op/s 2024-02-12T16:51:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:09.004453+0000 mgr.smithi145.wseuez (mgr.14180) 440 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:11.684 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:11.684 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:12.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:10.880479+0000 mgr.smithi145.wseuez (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-02-12T16:51:12.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:10.880479+0000 mgr.smithi145.wseuez (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-02-12T16:51:13.047 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:13.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:11.679244+0000 mgr.smithi145.wseuez (mgr.14180) 442 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:13.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:11.679244+0000 mgr.smithi145.wseuez (mgr.14180) 442 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:14.318 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:14.318 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:14.615 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:12.881167+0000 mgr.smithi145.wseuez (mgr.14180) 443 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:14.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:12.881167+0000 mgr.smithi145.wseuez (mgr.14180) 443 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:15.694 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:15.727 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:14.312844+0000 mgr.smithi145.wseuez (mgr.14180) 444 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:15.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:14.312844+0000 mgr.smithi145.wseuez (mgr.14180) 444 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:16.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:14.881733+0000 mgr.smithi145.wseuez (mgr.14180) 445 : 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-02-12T16:51:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:14.881733+0000 mgr.smithi145.wseuez (mgr.14180) 445 : 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-02-12T16:51:16.939 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:16.939 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:17.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:18.350 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:18.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:16.882366+0000 mgr.smithi145.wseuez (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-02-12T16:51:18.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:16.934077+0000 mgr.smithi145.wseuez (mgr.14180) 447 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:16.882366+0000 mgr.smithi145.wseuez (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-02-12T16:51:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:16.934077+0000 mgr.smithi145.wseuez (mgr.14180) 447 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:19.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:19.643 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:20.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:18.883030+0000 mgr.smithi145.wseuez (mgr.14180) 448 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:19.637145+0000 mgr.smithi145.wseuez (mgr.14180) 449 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:20.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:18.883030+0000 mgr.smithi145.wseuez (mgr.14180) 448 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:20.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:19.637145+0000 mgr.smithi145.wseuez (mgr.14180) 449 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:21.074 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:22.359 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:22.359 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:20.883637+0000 mgr.smithi145.wseuez (mgr.14180) 450 : 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-02-12T16:51:22.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:20.883637+0000 mgr.smithi145.wseuez (mgr.14180) 450 : 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-02-12T16:51:23.732 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:23.762 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:22.353732+0000 mgr.smithi145.wseuez (mgr.14180) 451 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:23.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:22.353732+0000 mgr.smithi145.wseuez (mgr.14180) 451 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:24.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:22.884292+0000 mgr.smithi145.wseuez (mgr.14180) 452 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:22.884292+0000 mgr.smithi145.wseuez (mgr.14180) 452 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:25.041 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:25.041 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:25.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:26.383 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:26.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:24.884832+0000 mgr.smithi145.wseuez (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-02-12T16:51:26.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:25.035524+0000 mgr.smithi145.wseuez (mgr.14180) 454 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:24.884832+0000 mgr.smithi145.wseuez (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-02-12T16:51:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:25.035524+0000 mgr.smithi145.wseuez (mgr.14180) 454 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:27.622 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:27.622 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:27.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:26.885673+0000 mgr.smithi145.wseuez (mgr.14180) 455 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:27.616941+0000 mgr.smithi145.wseuez (mgr.14180) 456 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:28.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:26.885673+0000 mgr.smithi145.wseuez (mgr.14180) 455 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:28.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:27.616941+0000 mgr.smithi145.wseuez (mgr.14180) 456 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:28.981 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:30.251 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:30.251 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:30.537 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:28.886453+0000 mgr.smithi145.wseuez (mgr.14180) 457 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:30.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:28.886453+0000 mgr.smithi145.wseuez (mgr.14180) 457 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:31.648 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:31.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:30.246109+0000 mgr.smithi145.wseuez (mgr.14180) 458 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:31.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:30.246109+0000 mgr.smithi145.wseuez (mgr.14180) 458 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:32.583 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:30.887203+0000 mgr.smithi145.wseuez (mgr.14180) 459 : 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-02-12T16:51:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:30.887203+0000 mgr.smithi145.wseuez (mgr.14180) 459 : 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-02-12T16:51:32.991 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:32.991 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:33.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:34.347 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:32.887846+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:51:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:32.986230+0000 mgr.smithi145.wseuez (mgr.14180) 461 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:32.887846+0000 mgr.smithi145.wseuez (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; 85 B/s rd, 0 op/s 2024-02-12T16:51:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:32.986230+0000 mgr.smithi145.wseuez (mgr.14180) 461 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:35.570 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:35.570 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:35.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:34.888402+0000 mgr.smithi145.wseuez (mgr.14180) 462 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:36.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:35.564809+0000 mgr.smithi145.wseuez (mgr.14180) 463 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:36.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:34.888402+0000 mgr.smithi145.wseuez (mgr.14180) 462 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:36.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:35.564809+0000 mgr.smithi145.wseuez (mgr.14180) 463 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:36.940 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:38.213 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:38.213 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:38.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:36.889214+0000 mgr.smithi145.wseuez (mgr.14180) 464 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:38.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:36.889214+0000 mgr.smithi145.wseuez (mgr.14180) 464 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:39.570 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:39.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:38.207917+0000 mgr.smithi145.wseuez (mgr.14180) 465 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:39.889 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:38.207917+0000 mgr.smithi145.wseuez (mgr.14180) 465 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:38.890036+0000 mgr.smithi145.wseuez (mgr.14180) 466 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:40.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:38.890036+0000 mgr.smithi145.wseuez (mgr.14180) 466 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:40.914 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:40.914 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:41.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:42.271 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:42.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:40.890661+0000 mgr.smithi145.wseuez (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-02-12T16:51:42.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:40.908955+0000 mgr.smithi145.wseuez (mgr.14180) 468 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:40.890661+0000 mgr.smithi145.wseuez (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-02-12T16:51:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:40.908955+0000 mgr.smithi145.wseuez (mgr.14180) 468 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:43.510 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:43.511 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:43.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:42.891284+0000 mgr.smithi145.wseuez (mgr.14180) 469 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:43.505644+0000 mgr.smithi145.wseuez (mgr.14180) 470 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:44.872 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:44.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:42.891284+0000 mgr.smithi145.wseuez (mgr.14180) 469 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:44.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:43.505644+0000 mgr.smithi145.wseuez (mgr.14180) 470 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:46.159 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:46.159 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:46.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:44.891833+0000 mgr.smithi145.wseuez (mgr.14180) 471 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:44.891833+0000 mgr.smithi145.wseuez (mgr.14180) 471 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:47.563 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:47.864 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:46.153573+0000 mgr.smithi145.wseuez (mgr.14180) 472 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:48.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:46.153573+0000 mgr.smithi145.wseuez (mgr.14180) 472 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:48.834 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:48.834 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:48.855 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:46.892397+0000 mgr.smithi145.wseuez (mgr.14180) 473 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:49.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:46.892397+0000 mgr.smithi145.wseuez (mgr.14180) 473 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:49.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:50.202 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:50.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:48.828751+0000 mgr.smithi145.wseuez (mgr.14180) 474 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:50.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:48.893068+0000 mgr.smithi145.wseuez (mgr.14180) 475 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:51.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:48.828751+0000 mgr.smithi145.wseuez (mgr.14180) 474 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:51.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:48.893068+0000 mgr.smithi145.wseuez (mgr.14180) 475 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:51:51.446 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:51.447 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:51.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:52.769 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:52.803 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:50.893734+0000 mgr.smithi145.wseuez (mgr.14180) 476 : 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-02-12T16:51:52.803 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:51.441353+0000 mgr.smithi145.wseuez (mgr.14180) 477 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:53.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:50.893734+0000 mgr.smithi145.wseuez (mgr.14180) 476 : 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-02-12T16:51:53.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:51.441353+0000 mgr.smithi145.wseuez (mgr.14180) 477 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:54.098 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:54.098 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:54.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:52.894381+0000 mgr.smithi145.wseuez (mgr.14180) 478 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:52.894381+0000 mgr.smithi145.wseuez (mgr.14180) 478 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:55.459 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:55.777 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:54.091393+0000 mgr.smithi145.wseuez (mgr.14180) 479 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:56.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:54.091393+0000 mgr.smithi145.wseuez (mgr.14180) 479 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:56.749 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:56.750 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:56.778 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:54.894955+0000 mgr.smithi145.wseuez (mgr.14180) 480 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:57.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:54.894955+0000 mgr.smithi145.wseuez (mgr.14180) 480 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:57.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:51:58.118 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:51:58.778 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:56.744787+0000 mgr.smithi145.wseuez (mgr.14180) 481 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:58.778 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:51:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:56.895578+0000 mgr.smithi145.wseuez (mgr.14180) 482 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:59.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:56.744787+0000 mgr.smithi145.wseuez (mgr.14180) 481 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:51:59.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:51:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:56.895578+0000 mgr.smithi145.wseuez (mgr.14180) 482 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:51:59.387 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:51:59.388 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:51:59.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:00.743 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:00.777 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:51:58.896206+0000 mgr.smithi145.wseuez (mgr.14180) 483 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:00.777 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:51:59.382772+0000 mgr.smithi145.wseuez (mgr.14180) 484 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:51:58.896206+0000 mgr.smithi145.wseuez (mgr.14180) 483 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:51:59.382772+0000 mgr.smithi145.wseuez (mgr.14180) 484 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:01.984 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:01.984 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:02.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:02.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:00.896747+0000 mgr.smithi145.wseuez (mgr.14180) 485 : 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-02-12T16:52:03.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:00.896747+0000 mgr.smithi145.wseuez (mgr.14180) 485 : 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-02-12T16:52:03.366 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:03.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:01.978827+0000 mgr.smithi145.wseuez (mgr.14180) 486 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:01.978827+0000 mgr.smithi145.wseuez (mgr.14180) 486 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:04.660 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:04.660 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:02.897587+0000 mgr.smithi145.wseuez (mgr.14180) 487 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:05.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:02.897587+0000 mgr.smithi145.wseuez (mgr.14180) 487 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:06.016 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:04.655167+0000 mgr.smithi145.wseuez (mgr.14180) 488 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:04.898142+0000 mgr.smithi145.wseuez (mgr.14180) 489 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:07.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:04.655167+0000 mgr.smithi145.wseuez (mgr.14180) 488 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:07.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:04.898142+0000 mgr.smithi145.wseuez (mgr.14180) 489 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:07.270 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:07.270 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:07.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:08.589 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:08.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:06.898776+0000 mgr.smithi145.wseuez (mgr.14180) 490 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:08.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:07.264421+0000 mgr.smithi145.wseuez (mgr.14180) 491 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:06.898776+0000 mgr.smithi145.wseuez (mgr.14180) 490 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:07.264421+0000 mgr.smithi145.wseuez (mgr.14180) 491 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:09.932 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:09.932 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:10.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:10.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:08.899395+0000 mgr.smithi145.wseuez (mgr.14180) 492 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:11.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:08.899395+0000 mgr.smithi145.wseuez (mgr.14180) 492 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:11.323 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:11.634 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:09.927283+0000 mgr.smithi145.wseuez (mgr.14180) 493 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:12.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:09.927283+0000 mgr.smithi145.wseuez (mgr.14180) 493 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:12.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:12.642 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:12.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:10.900121+0000 mgr.smithi145.wseuez (mgr.14180) 494 : 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-02-12T16:52:13.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:13.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:10.900121+0000 mgr.smithi145.wseuez (mgr.14180) 494 : 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-02-12T16:52:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:12.636330+0000 mgr.smithi145.wseuez (mgr.14180) 495 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:14.006 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:14.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:12.636330+0000 mgr.smithi145.wseuez (mgr.14180) 495 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:14.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:12.900743+0000 mgr.smithi145.wseuez (mgr.14180) 496 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:12.900743+0000 mgr.smithi145.wseuez (mgr.14180) 496 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:15.256 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:15.256 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:15.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:16.626 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:16.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:14.901230+0000 mgr.smithi145.wseuez (mgr.14180) 497 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:16.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:15.251234+0000 mgr.smithi145.wseuez (mgr.14180) 498 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:14.901230+0000 mgr.smithi145.wseuez (mgr.14180) 497 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:15.251234+0000 mgr.smithi145.wseuez (mgr.14180) 498 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:17.898 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:17.898 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:18.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:18.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:16.902002+0000 mgr.smithi145.wseuez (mgr.14180) 499 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:19.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:16.902002+0000 mgr.smithi145.wseuez (mgr.14180) 499 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:19.281 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:19.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:17.892808+0000 mgr.smithi145.wseuez (mgr.14180) 500 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:20.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:17.892808+0000 mgr.smithi145.wseuez (mgr.14180) 500 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:20.607 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:20.607 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:20.790 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:18.902658+0000 mgr.smithi145.wseuez (mgr.14180) 501 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:20.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:21.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:18.902658+0000 mgr.smithi145.wseuez (mgr.14180) 501 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:21.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:20.601559+0000 mgr.smithi145.wseuez (mgr.14180) 502 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:21.996 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:22.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:20.601559+0000 mgr.smithi145.wseuez (mgr.14180) 502 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:22.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:20.903200+0000 mgr.smithi145.wseuez (mgr.14180) 503 : 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-02-12T16:52:23.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:20.903200+0000 mgr.smithi145.wseuez (mgr.14180) 503 : 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-02-12T16:52:23.244 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:23.244 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:23.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:24.605 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:24.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:22.904026+0000 mgr.smithi145.wseuez (mgr.14180) 504 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:24.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:23.239055+0000 mgr.smithi145.wseuez (mgr.14180) 505 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:25.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:22.904026+0000 mgr.smithi145.wseuez (mgr.14180) 504 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:25.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:23.239055+0000 mgr.smithi145.wseuez (mgr.14180) 505 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:25.826 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:25.827 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:26.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:26.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:24.904542+0000 mgr.smithi145.wseuez (mgr.14180) 506 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:27.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:24.904542+0000 mgr.smithi145.wseuez (mgr.14180) 506 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:27.204 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:27.797 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:25.821522+0000 mgr.smithi145.wseuez (mgr.14180) 507 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:28.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:25.821522+0000 mgr.smithi145.wseuez (mgr.14180) 507 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:28.520 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:28.520 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:28.817 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:26.905124+0000 mgr.smithi145.wseuez (mgr.14180) 508 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:28.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:29.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:26.905124+0000 mgr.smithi145.wseuez (mgr.14180) 508 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:29.878 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:29.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:28.515355+0000 mgr.smithi145.wseuez (mgr.14180) 509 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:30.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:28.515355+0000 mgr.smithi145.wseuez (mgr.14180) 509 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:30.773 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:28.905950+0000 mgr.smithi145.wseuez (mgr.14180) 510 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:31.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:28.905950+0000 mgr.smithi145.wseuez (mgr.14180) 510 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:31.115 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:31.115 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:31.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:32.494 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:32.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:30.906707+0000 mgr.smithi145.wseuez (mgr.14180) 511 : 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-02-12T16:52:32.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:31.109983+0000 mgr.smithi145.wseuez (mgr.14180) 512 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:30.906707+0000 mgr.smithi145.wseuez (mgr.14180) 511 : 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-02-12T16:52:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:31.109983+0000 mgr.smithi145.wseuez (mgr.14180) 512 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:33.825 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:33.825 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:34.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:35.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:32.907354+0000 mgr.smithi145.wseuez (mgr.14180) 513 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:35.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:32.907354+0000 mgr.smithi145.wseuez (mgr.14180) 513 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:35.195 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:35.813 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:33.819988+0000 mgr.smithi145.wseuez (mgr.14180) 514 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:36.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:33.819988+0000 mgr.smithi145.wseuez (mgr.14180) 514 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:36.492 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:36.493 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:36.799 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:34.908172+0000 mgr.smithi145.wseuez (mgr.14180) 515 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:36.799 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:36.487069+0000 mgr.smithi145.wseuez (mgr.14180) 516 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:36.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:34.908172+0000 mgr.smithi145.wseuez (mgr.14180) 515 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:36.487069+0000 mgr.smithi145.wseuez (mgr.14180) 516 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:37.844 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:36.908752+0000 mgr.smithi145.wseuez (mgr.14180) 517 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:38.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:36.908752+0000 mgr.smithi145.wseuez (mgr.14180) 517 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:39.104 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:39.104 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:39.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:40.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:38.909357+0000 mgr.smithi145.wseuez (mgr.14180) 518 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:40.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:39.099286+0000 mgr.smithi145.wseuez (mgr.14180) 519 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:40.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:38.909357+0000 mgr.smithi145.wseuez (mgr.14180) 518 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:40.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:39.099286+0000 mgr.smithi145.wseuez (mgr.14180) 519 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:40.468 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:41.714 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:41.715 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:42.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:42.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:40.909942+0000 mgr.smithi145.wseuez (mgr.14180) 520 : 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-02-12T16:52:42.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:40.909942+0000 mgr.smithi145.wseuez (mgr.14180) 520 : 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-02-12T16:52:43.102 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:43.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:41.708724+0000 mgr.smithi145.wseuez (mgr.14180) 521 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:43.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:41.708724+0000 mgr.smithi145.wseuez (mgr.14180) 521 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:44.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:42.910872+0000 mgr.smithi145.wseuez (mgr.14180) 522 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:44.406 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:44.406 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:44.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:42.910872+0000 mgr.smithi145.wseuez (mgr.14180) 522 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:44.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:45.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:44.401312+0000 mgr.smithi145.wseuez (mgr.14180) 523 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:45.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:44.401312+0000 mgr.smithi145.wseuez (mgr.14180) 523 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:45.768 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:46.361 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:44.911382+0000 mgr.smithi145.wseuez (mgr.14180) 524 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:44.911382+0000 mgr.smithi145.wseuez (mgr.14180) 524 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:47.012 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:47.012 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:47.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:46.912043+0000 mgr.smithi145.wseuez (mgr.14180) 525 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:47.004017+0000 mgr.smithi145.wseuez (mgr.14180) 526 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:48.422 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:46.912043+0000 mgr.smithi145.wseuez (mgr.14180) 525 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:47.004017+0000 mgr.smithi145.wseuez (mgr.14180) 526 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:49.650 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:49.650 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:50.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:48.912730+0000 mgr.smithi145.wseuez (mgr.14180) 527 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:49.644327+0000 mgr.smithi145.wseuez (mgr.14180) 528 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:48.912730+0000 mgr.smithi145.wseuez (mgr.14180) 527 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:52:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:49.644327+0000 mgr.smithi145.wseuez (mgr.14180) 528 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:51.041 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:52.345 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:52.345 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:52.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:50.913348+0000 mgr.smithi145.wseuez (mgr.14180) 529 : 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-02-12T16:52:52.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:50.913348+0000 mgr.smithi145.wseuez (mgr.14180) 529 : 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-02-12T16:52:52.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:53.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:52.340091+0000 mgr.smithi145.wseuez (mgr.14180) 530 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:52.340091+0000 mgr.smithi145.wseuez (mgr.14180) 530 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:53.707 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:54.310 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:52.914139+0000 mgr.smithi145.wseuez (mgr.14180) 531 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:52.914139+0000 mgr.smithi145.wseuez (mgr.14180) 531 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:54.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:54.971 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:55.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:56.331 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:52:56.363 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:54.914759+0000 mgr.smithi145.wseuez (mgr.14180) 532 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:56.363 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:54.965731+0000 mgr.smithi145.wseuez (mgr.14180) 533 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:56.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:54.914759+0000 mgr.smithi145.wseuez (mgr.14180) 532 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:56.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:54.965731+0000 mgr.smithi145.wseuez (mgr.14180) 533 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:57.596 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:52:57.596 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:52:57.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:52:58.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:56.915367+0000 mgr.smithi145.wseuez (mgr.14180) 534 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:58.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:52:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:52:57.591012+0000 mgr.smithi145.wseuez (mgr.14180) 535 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:56.915367+0000 mgr.smithi145.wseuez (mgr.14180) 534 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:52:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:52:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:52:57.591012+0000 mgr.smithi145.wseuez (mgr.14180) 535 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:52:58.973 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:00.292 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:00.292 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:00.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:52:58.916218+0000 mgr.smithi145.wseuez (mgr.14180) 536 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:52:58.916218+0000 mgr.smithi145.wseuez (mgr.14180) 536 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:00.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:01.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:00.286770+0000 mgr.smithi145.wseuez (mgr.14180) 537 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:00.286770+0000 mgr.smithi145.wseuez (mgr.14180) 537 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:01.657 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:02.267 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:00.917091+0000 mgr.smithi145.wseuez (mgr.14180) 538 : 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-02-12T16:53:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:00.917091+0000 mgr.smithi145.wseuez (mgr.14180) 538 : 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-02-12T16:53:02.938 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:02.938 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:03.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:04.306 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:04.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:02.917748+0000 mgr.smithi145.wseuez (mgr.14180) 539 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:04.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:02.932946+0000 mgr.smithi145.wseuez (mgr.14180) 540 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:04.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:02.917748+0000 mgr.smithi145.wseuez (mgr.14180) 539 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:04.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:02.932946+0000 mgr.smithi145.wseuez (mgr.14180) 540 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:05.534 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:05.534 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:05.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:06.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:04.918431+0000 mgr.smithi145.wseuez (mgr.14180) 541 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:06.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:05.528996+0000 mgr.smithi145.wseuez (mgr.14180) 542 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:04.918431+0000 mgr.smithi145.wseuez (mgr.14180) 541 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:05.528996+0000 mgr.smithi145.wseuez (mgr.14180) 542 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:06.906 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:08.204 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:08.205 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:08.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:06.919178+0000 mgr.smithi145.wseuez (mgr.14180) 543 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:08.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:08.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:06.919178+0000 mgr.smithi145.wseuez (mgr.14180) 543 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:09.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:08.198637+0000 mgr.smithi145.wseuez (mgr.14180) 544 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:09.526 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:09.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:08.198637+0000 mgr.smithi145.wseuez (mgr.14180) 544 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:10.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:08.919790+0000 mgr.smithi145.wseuez (mgr.14180) 545 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:10.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:08.919790+0000 mgr.smithi145.wseuez (mgr.14180) 545 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:10.767 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:10.767 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:11.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:12.146 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:12.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:10.761755+0000 mgr.smithi145.wseuez (mgr.14180) 546 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:12.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:10.920350+0000 mgr.smithi145.wseuez (mgr.14180) 547 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:10.761755+0000 mgr.smithi145.wseuez (mgr.14180) 546 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:10.920350+0000 mgr.smithi145.wseuez (mgr.14180) 547 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:13.436 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:13.436 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:13.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:14.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:12.921267+0000 mgr.smithi145.wseuez (mgr.14180) 548 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:14.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:13.430891+0000 mgr.smithi145.wseuez (mgr.14180) 549 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:14.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:12.921267+0000 mgr.smithi145.wseuez (mgr.14180) 548 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:14.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:13.430891+0000 mgr.smithi145.wseuez (mgr.14180) 549 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:14.821 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:16.120 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:16.123 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:16.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:14.921975+0000 mgr.smithi145.wseuez (mgr.14180) 550 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:16.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:16.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:14.921975+0000 mgr.smithi145.wseuez (mgr.14180) 550 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:17.479 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:17.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:16.114431+0000 mgr.smithi145.wseuez (mgr.14180) 551 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:17.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:16.114431+0000 mgr.smithi145.wseuez (mgr.14180) 551 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:18.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:16.922841+0000 mgr.smithi145.wseuez (mgr.14180) 552 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:18.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:16.922841+0000 mgr.smithi145.wseuez (mgr.14180) 552 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:18.726 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:18.726 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:19.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:20.103 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:20.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:18.721238+0000 mgr.smithi145.wseuez (mgr.14180) 553 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:20.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:18.923651+0000 mgr.smithi145.wseuez (mgr.14180) 554 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:20.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:18.721238+0000 mgr.smithi145.wseuez (mgr.14180) 553 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:20.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:18.923651+0000 mgr.smithi145.wseuez (mgr.14180) 554 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:21.378 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:21.378 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:21.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:20.924299+0000 mgr.smithi145.wseuez (mgr.14180) 555 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:21.372304+0000 mgr.smithi145.wseuez (mgr.14180) 556 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:20.924299+0000 mgr.smithi145.wseuez (mgr.14180) 555 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:21.372304+0000 mgr.smithi145.wseuez (mgr.14180) 556 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:22.778 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:24.112 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:24.113 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:37.852301Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:24.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:22.925163+0000 mgr.smithi145.wseuez (mgr.14180) 557 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:24.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:24.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:22.925163+0000 mgr.smithi145.wseuez (mgr.14180) 557 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:25.477 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:25.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:24.107535+0000 mgr.smithi145.wseuez (mgr.14180) 558 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:25.505 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:24.804134+0000 mon.smithi145 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.bukpwg"}]: dispatch 2024-02-12T16:53:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:24.107535+0000 mgr.smithi145.wseuez (mgr.14180) 558 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:24.804134+0000 mon.smithi145 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.bukpwg"}]: dispatch 2024-02-12T16:53:26.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:53:24.803671+0000 mgr.smithi145.wseuez (mgr.14180) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.bukpwg ... 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:51:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:52:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:52:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Traceback (most recent call last): 2024-02-12T16:53:26.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: yield (conn, connr) 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: code, '\n'.join(err))) 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.bukpwg ... 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:51:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:52:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:52:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:53:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:53:24.803884+0000 mgr.smithi145.wseuez (mgr.14180) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:53:24.804746+0000 mgr.smithi145.wseuez (mgr.14180) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.bukpwg ... 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:51:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:52:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:52:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:53:24.806209+0000 mgr.smithi145.wseuez (mgr.14180) 562 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.jjyquz on smithi145 2024-02-12T16:53:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:24.925752+0000 mgr.smithi145.wseuez (mgr.14180) 563 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:26.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:53:24.803671+0000 mgr.smithi145.wseuez (mgr.14180) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.bukpwg ... 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:51:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:52:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:52:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:53:26.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Traceback (most recent call last): 2024-02-12T16:53:26.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:53:26.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: yield (conn, connr) 2024-02-12T16:53:26.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:53:26.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: code, '\n'.join(err))) 2024-02-12T16:53:26.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.bukpwg ... 2024-02-12T16:53:26.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:51:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:52:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:52:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:53:24.803884+0000 mgr.smithi145.wseuez (mgr.14180) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:53:24.804746+0000 mgr.smithi145.wseuez (mgr.14180) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.bukpwg ... 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:51:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:52:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:52:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:53:24.806209+0000 mgr.smithi145.wseuez (mgr.14180) 562 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.jjyquz on smithi145 2024-02-12T16:53:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:24.925752+0000 mgr.smithi145.wseuez (mgr.14180) 563 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:26.766 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:26.766 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:27.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:28.082 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:28.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:26.760780+0000 mgr.smithi145.wseuez (mgr.14180) 564 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:28.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:26.926679+0000 mgr.smithi145.wseuez (mgr.14180) 565 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:28.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:26.760780+0000 mgr.smithi145.wseuez (mgr.14180) 564 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:28.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:26.926679+0000 mgr.smithi145.wseuez (mgr.14180) 565 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:29.356 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:29.357 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:29.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:30.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:28.927315+0000 mgr.smithi145.wseuez (mgr.14180) 566 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:30.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:29.351079+0000 mgr.smithi145.wseuez (mgr.14180) 567 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:28.927315+0000 mgr.smithi145.wseuez (mgr.14180) 566 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:29.351079+0000 mgr.smithi145.wseuez (mgr.14180) 567 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:30.800 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:32.102 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:32.103 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:32.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:30.927944+0000 mgr.smithi145.wseuez (mgr.14180) 568 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:32.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:32.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:30.927944+0000 mgr.smithi145.wseuez (mgr.14180) 568 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:33.508 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:33.540 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:32.096902+0000 mgr.smithi145.wseuez (mgr.14180) 569 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:32.096902+0000 mgr.smithi145.wseuez (mgr.14180) 569 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:34.486 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:32.928530+0000 mgr.smithi145.wseuez (mgr.14180) 570 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:34.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:32.928530+0000 mgr.smithi145.wseuez (mgr.14180) 570 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:34.860 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:34.860 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:35.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:36.234 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:34.855153+0000 mgr.smithi145.wseuez (mgr.14180) 571 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:34.929056+0000 mgr.smithi145.wseuez (mgr.14180) 572 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:36.551 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:34.855153+0000 mgr.smithi145.wseuez (mgr.14180) 571 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:36.551 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:34.929056+0000 mgr.smithi145.wseuez (mgr.14180) 572 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:37.481 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:37.481 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:37.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:36.929778+0000 mgr.smithi145.wseuez (mgr.14180) 573 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:37.476183+0000 mgr.smithi145.wseuez (mgr.14180) 574 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:38.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:36.929778+0000 mgr.smithi145.wseuez (mgr.14180) 573 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:38.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:37.476183+0000 mgr.smithi145.wseuez (mgr.14180) 574 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:38.840 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:40.121 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:40.121 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:40.496 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:38.930426+0000 mgr.smithi145.wseuez (mgr.14180) 575 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:40.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:40.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:38.930426+0000 mgr.smithi145.wseuez (mgr.14180) 575 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:41.498 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:41.531 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:40.115609+0000 mgr.smithi145.wseuez (mgr.14180) 576 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:41.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:40.115609+0000 mgr.smithi145.wseuez (mgr.14180) 576 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:42.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:40.930987+0000 mgr.smithi145.wseuez (mgr.14180) 577 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:42.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:40.930987+0000 mgr.smithi145.wseuez (mgr.14180) 577 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:42.796 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:42.796 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:43.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:44.164 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:44.473 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:42.790946+0000 mgr.smithi145.wseuez (mgr.14180) 578 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:44.474 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:42.931643+0000 mgr.smithi145.wseuez (mgr.14180) 579 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:44.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:42.790946+0000 mgr.smithi145.wseuez (mgr.14180) 578 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:44.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:42.931643+0000 mgr.smithi145.wseuez (mgr.14180) 579 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:45.440 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:45.440 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:45.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:44.932139+0000 mgr.smithi145.wseuez (mgr.14180) 580 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:45.435092+0000 mgr.smithi145.wseuez (mgr.14180) 581 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:44.932139+0000 mgr.smithi145.wseuez (mgr.14180) 580 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:45.435092+0000 mgr.smithi145.wseuez (mgr.14180) 581 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:46.813 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:48.073 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:48.073 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:46.932775+0000 mgr.smithi145.wseuez (mgr.14180) 582 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:48.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:46.932775+0000 mgr.smithi145.wseuez (mgr.14180) 582 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:49.431 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:49.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:48.067642+0000 mgr.smithi145.wseuez (mgr.14180) 583 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:49.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:48.067642+0000 mgr.smithi145.wseuez (mgr.14180) 583 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:50.350 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:48.933646+0000 mgr.smithi145.wseuez (mgr.14180) 584 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:48.933646+0000 mgr.smithi145.wseuez (mgr.14180) 584 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:53:50.731 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:50.731 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:51.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:52.097 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:52.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:50.726070+0000 mgr.smithi145.wseuez (mgr.14180) 585 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:52.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:50.934201+0000 mgr.smithi145.wseuez (mgr.14180) 586 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:52.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:50.726070+0000 mgr.smithi145.wseuez (mgr.14180) 585 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:52.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:50.934201+0000 mgr.smithi145.wseuez (mgr.14180) 586 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:53.320 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:53.320 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:53.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:52.935077+0000 mgr.smithi145.wseuez (mgr.14180) 587 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:53.315182+0000 mgr.smithi145.wseuez (mgr.14180) 588 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:52.935077+0000 mgr.smithi145.wseuez (mgr.14180) 587 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:53.315182+0000 mgr.smithi145.wseuez (mgr.14180) 588 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:54.679 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:55.951 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:55.951 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:56.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:56.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:54.935666+0000 mgr.smithi145.wseuez (mgr.14180) 589 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:54.935666+0000 mgr.smithi145.wseuez (mgr.14180) 589 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:57.344 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:53:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:55.945440+0000 mgr.smithi145.wseuez (mgr.14180) 590 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:55.945440+0000 mgr.smithi145.wseuez (mgr.14180) 590 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:56.936458+0000 mgr.smithi145.wseuez (mgr.14180) 591 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:58.636 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:53:58.636 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:53:58.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:56.936458+0000 mgr.smithi145.wseuez (mgr.14180) 591 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:53:59.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:53:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:53:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:53:58.630697+0000 mgr.smithi145.wseuez (mgr.14180) 592 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:53:59.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:53:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:53:58.630697+0000 mgr.smithi145.wseuez (mgr.14180) 592 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:00.122 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:00.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:53:58.937374+0000 mgr.smithi145.wseuez (mgr.14180) 593 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:53:58.937374+0000 mgr.smithi145.wseuez (mgr.14180) 593 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:01.438 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:01.438 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:01.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:00.937989+0000 mgr.smithi145.wseuez (mgr.14180) 594 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:01.433402+0000 mgr.smithi145.wseuez (mgr.14180) 595 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:02.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:00.937989+0000 mgr.smithi145.wseuez (mgr.14180) 594 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:02.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:01.433402+0000 mgr.smithi145.wseuez (mgr.14180) 595 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:02.794 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:04.069 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:04.069 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:04.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:02.938656+0000 mgr.smithi145.wseuez (mgr.14180) 596 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:04.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:04.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:02.938656+0000 mgr.smithi145.wseuez (mgr.14180) 596 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:05.452 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:05.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:04.063767+0000 mgr.smithi145.wseuez (mgr.14180) 597 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:05.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:04.063767+0000 mgr.smithi145.wseuez (mgr.14180) 597 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:06.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:04.939254+0000 mgr.smithi145.wseuez (mgr.14180) 598 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:04.939254+0000 mgr.smithi145.wseuez (mgr.14180) 598 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:06.753 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:06.754 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:07.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:08.127 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:08.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:06.748154+0000 mgr.smithi145.wseuez (mgr.14180) 599 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:08.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:06.940024+0000 mgr.smithi145.wseuez (mgr.14180) 600 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:08.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:06.748154+0000 mgr.smithi145.wseuez (mgr.14180) 599 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:08.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:06.940024+0000 mgr.smithi145.wseuez (mgr.14180) 600 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:09.484 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:09.484 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:09.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:10.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:08.940767+0000 mgr.smithi145.wseuez (mgr.14180) 601 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:10.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:09.479065+0000 mgr.smithi145.wseuez (mgr.14180) 602 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:10.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:08.940767+0000 mgr.smithi145.wseuez (mgr.14180) 601 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:10.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:09.479065+0000 mgr.smithi145.wseuez (mgr.14180) 602 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:10.876 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:12.195 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:12.195 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:12.515 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:10.941486+0000 mgr.smithi145.wseuez (mgr.14180) 603 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:10.941486+0000 mgr.smithi145.wseuez (mgr.14180) 603 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:12.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:13.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:12.189990+0000 mgr.smithi145.wseuez (mgr.14180) 604 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:13.550 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:13.583 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:12.189990+0000 mgr.smithi145.wseuez (mgr.14180) 604 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:14.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:12.942500+0000 mgr.smithi145.wseuez (mgr.14180) 605 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:14.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:12.942500+0000 mgr.smithi145.wseuez (mgr.14180) 605 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:14.805 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:14.805 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:15.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:16.159 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:16.477 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:14.800308+0000 mgr.smithi145.wseuez (mgr.14180) 606 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:16.477 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:14.942994+0000 mgr.smithi145.wseuez (mgr.14180) 607 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:14.800308+0000 mgr.smithi145.wseuez (mgr.14180) 606 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:14.942994+0000 mgr.smithi145.wseuez (mgr.14180) 607 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:17.416 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:17.416 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:17.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:18.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:16.943596+0000 mgr.smithi145.wseuez (mgr.14180) 608 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:18.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:17.410888+0000 mgr.smithi145.wseuez (mgr.14180) 609 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:16.943596+0000 mgr.smithi145.wseuez (mgr.14180) 608 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:17.410888+0000 mgr.smithi145.wseuez (mgr.14180) 609 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:18.810 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:20.148 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:20.148 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:20.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:18.944409+0000 mgr.smithi145.wseuez (mgr.14180) 610 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:20.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:18.944409+0000 mgr.smithi145.wseuez (mgr.14180) 610 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:21.518 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:21.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:20.143085+0000 mgr.smithi145.wseuez (mgr.14180) 611 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:21.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:20.143085+0000 mgr.smithi145.wseuez (mgr.14180) 611 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:22.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:20.945053+0000 mgr.smithi145.wseuez (mgr.14180) 612 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:22.759 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:22.759 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:20.945053+0000 mgr.smithi145.wseuez (mgr.14180) 612 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:23.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:24.132 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:24.516 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:22.754296+0000 mgr.smithi145.wseuez (mgr.14180) 613 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:24.516 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:22.945827+0000 mgr.smithi145.wseuez (mgr.14180) 614 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:22.754296+0000 mgr.smithi145.wseuez (mgr.14180) 613 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:22.945827+0000 mgr.smithi145.wseuez (mgr.14180) 614 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:25.440 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:25.440 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:25.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:26.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:24.946381+0000 mgr.smithi145.wseuez (mgr.14180) 615 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:26.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:25.434905+0000 mgr.smithi145.wseuez (mgr.14180) 616 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:24.946381+0000 mgr.smithi145.wseuez (mgr.14180) 615 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:25.434905+0000 mgr.smithi145.wseuez (mgr.14180) 616 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:26.798 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:28.179 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:28.220 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:28.487 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:26.947043+0000 mgr.smithi145.wseuez (mgr.14180) 617 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:28.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:26.947043+0000 mgr.smithi145.wseuez (mgr.14180) 617 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:29.563 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:29.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:28.174102+0000 mgr.smithi145.wseuez (mgr.14180) 618 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:29.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:28.174102+0000 mgr.smithi145.wseuez (mgr.14180) 618 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:30.492 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:28.947986+0000 mgr.smithi145.wseuez (mgr.14180) 619 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:28.947986+0000 mgr.smithi145.wseuez (mgr.14180) 619 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:30.864 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:30.864 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:31.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:32.235 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:32.558 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:30.858749+0000 mgr.smithi145.wseuez (mgr.14180) 620 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:32.558 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:30.948657+0000 mgr.smithi145.wseuez (mgr.14180) 621 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:30.858749+0000 mgr.smithi145.wseuez (mgr.14180) 620 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:30.948657+0000 mgr.smithi145.wseuez (mgr.14180) 621 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:33.519 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:33.519 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:33.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:32.949259+0000 mgr.smithi145.wseuez (mgr.14180) 622 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:33.513890+0000 mgr.smithi145.wseuez (mgr.14180) 623 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:32.949259+0000 mgr.smithi145.wseuez (mgr.14180) 622 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:33.513890+0000 mgr.smithi145.wseuez (mgr.14180) 623 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:34.881 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:36.138 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:36.138 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:36.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:34.949825+0000 mgr.smithi145.wseuez (mgr.14180) 624 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:36.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:34.949825+0000 mgr.smithi145.wseuez (mgr.14180) 624 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:37.538 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:36.132884+0000 mgr.smithi145.wseuez (mgr.14180) 625 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:37.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:36.132884+0000 mgr.smithi145.wseuez (mgr.14180) 625 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:38.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:36.950625+0000 mgr.smithi145.wseuez (mgr.14180) 626 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:38.752 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:38.753 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:36.950625+0000 mgr.smithi145.wseuez (mgr.14180) 626 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:39.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:40.120 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:40.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:38.747637+0000 mgr.smithi145.wseuez (mgr.14180) 627 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:40.463 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:38.951234+0000 mgr.smithi145.wseuez (mgr.14180) 628 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:38.747637+0000 mgr.smithi145.wseuez (mgr.14180) 627 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:38.951234+0000 mgr.smithi145.wseuez (mgr.14180) 628 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:41.466 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:41.466 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:41.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:42.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:40.952106+0000 mgr.smithi145.wseuez (mgr.14180) 629 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:42.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:41.461226+0000 mgr.smithi145.wseuez (mgr.14180) 630 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:42.784 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:40.952106+0000 mgr.smithi145.wseuez (mgr.14180) 629 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:41.461226+0000 mgr.smithi145.wseuez (mgr.14180) 630 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:44.077 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:44.077 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:44.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:44.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:42.952777+0000 mgr.smithi145.wseuez (mgr.14180) 631 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:42.952777+0000 mgr.smithi145.wseuez (mgr.14180) 631 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:45.478 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:45.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:44.071675+0000 mgr.smithi145.wseuez (mgr.14180) 632 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:45.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:44.071675+0000 mgr.smithi145.wseuez (mgr.14180) 632 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:44.953537+0000 mgr.smithi145.wseuez (mgr.14180) 633 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:46.755 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:46.755 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:44.953537+0000 mgr.smithi145.wseuez (mgr.14180) 633 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:47.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:48.111 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:46.750573+0000 mgr.smithi145.wseuez (mgr.14180) 634 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:48.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:46.954184+0000 mgr.smithi145.wseuez (mgr.14180) 635 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:46.750573+0000 mgr.smithi145.wseuez (mgr.14180) 634 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:46.954184+0000 mgr.smithi145.wseuez (mgr.14180) 635 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:49.425 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:49.425 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:49.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:50.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:48.954841+0000 mgr.smithi145.wseuez (mgr.14180) 636 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:50.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:49.420121+0000 mgr.smithi145.wseuez (mgr.14180) 637 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:50.787 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:48.954841+0000 mgr.smithi145.wseuez (mgr.14180) 636 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:54:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:49.420121+0000 mgr.smithi145.wseuez (mgr.14180) 637 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:52.106 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:52.106 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:52.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:52.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:50.955431+0000 mgr.smithi145.wseuez (mgr.14180) 638 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:52.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:50.955431+0000 mgr.smithi145.wseuez (mgr.14180) 638 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:53.485 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:53.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:52.100780+0000 mgr.smithi145.wseuez (mgr.14180) 639 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:53.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:52.100780+0000 mgr.smithi145.wseuez (mgr.14180) 639 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:52.956064+0000 mgr.smithi145.wseuez (mgr.14180) 640 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:54.793 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:54.793 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:52.956064+0000 mgr.smithi145.wseuez (mgr.14180) 640 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:55.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:56.159 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:56.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:54.788022+0000 mgr.smithi145.wseuez (mgr.14180) 641 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:56.468 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:54.956702+0000 mgr.smithi145.wseuez (mgr.14180) 642 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:54.788022+0000 mgr.smithi145.wseuez (mgr.14180) 641 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:54.956702+0000 mgr.smithi145.wseuez (mgr.14180) 642 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:57.434 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:54:57.434 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:54:57.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:54:58.783 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:54:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:56.957364+0000 mgr.smithi145.wseuez (mgr.14180) 643 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:54:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:54:57.428387+0000 mgr.smithi145.wseuez (mgr.14180) 644 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:54:58.813 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:56.957364+0000 mgr.smithi145.wseuez (mgr.14180) 643 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:54:58.813 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:54:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:54:57.428387+0000 mgr.smithi145.wseuez (mgr.14180) 644 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:00.042 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:00.042 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:00.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:54:58.958002+0000 mgr.smithi145.wseuez (mgr.14180) 645 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:54:58.958002+0000 mgr.smithi145.wseuez (mgr.14180) 645 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:01.419 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:01.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:00.036731+0000 mgr.smithi145.wseuez (mgr.14180) 646 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:01.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:00.036731+0000 mgr.smithi145.wseuez (mgr.14180) 646 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:02.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:00.958592+0000 mgr.smithi145.wseuez (mgr.14180) 647 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:02.727 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:02.728 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:00.958592+0000 mgr.smithi145.wseuez (mgr.14180) 647 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:03.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:04.075 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:04.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:02.722685+0000 mgr.smithi145.wseuez (mgr.14180) 648 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:04.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:02.959196+0000 mgr.smithi145.wseuez (mgr.14180) 649 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:02.722685+0000 mgr.smithi145.wseuez (mgr.14180) 648 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:02.959196+0000 mgr.smithi145.wseuez (mgr.14180) 649 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:05.313 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:05.313 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:05.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:06.666 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:06.699 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:04.959991+0000 mgr.smithi145.wseuez (mgr.14180) 650 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:06.700 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:05.308238+0000 mgr.smithi145.wseuez (mgr.14180) 651 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:04.959991+0000 mgr.smithi145.wseuez (mgr.14180) 650 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:05.308238+0000 mgr.smithi145.wseuez (mgr.14180) 651 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:07.950 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:07.951 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:08.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:08.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:06.960974+0000 mgr.smithi145.wseuez (mgr.14180) 652 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:06.960974+0000 mgr.smithi145.wseuez (mgr.14180) 652 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:09.349 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:09.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:07.945040+0000 mgr.smithi145.wseuez (mgr.14180) 653 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:07.945040+0000 mgr.smithi145.wseuez (mgr.14180) 653 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:10.639 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:10.639 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:10.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:08.961633+0000 mgr.smithi145.wseuez (mgr.14180) 654 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:08.961633+0000 mgr.smithi145.wseuez (mgr.14180) 654 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:10.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:10.633509+0000 mgr.smithi145.wseuez (mgr.14180) 655 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:11.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:10.633509+0000 mgr.smithi145.wseuez (mgr.14180) 655 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:11.990 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:12.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:10.962522+0000 mgr.smithi145.wseuez (mgr.14180) 656 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:10.962522+0000 mgr.smithi145.wseuez (mgr.14180) 656 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:13.238 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:13.238 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:13.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:14.597 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:12.963174+0000 mgr.smithi145.wseuez (mgr.14180) 657 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:13.233001+0000 mgr.smithi145.wseuez (mgr.14180) 658 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:14.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:12.963174+0000 mgr.smithi145.wseuez (mgr.14180) 657 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:14.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:13.233001+0000 mgr.smithi145.wseuez (mgr.14180) 658 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:15.913 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:15.914 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:16.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:16.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:14.963750+0000 mgr.smithi145.wseuez (mgr.14180) 659 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:14.963750+0000 mgr.smithi145.wseuez (mgr.14180) 659 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:17.263 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:17.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:15.908300+0000 mgr.smithi145.wseuez (mgr.14180) 660 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:17.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:15.908300+0000 mgr.smithi145.wseuez (mgr.14180) 660 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:18.511 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:18.511 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:16.964647+0000 mgr.smithi145.wseuez (mgr.14180) 661 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:18.819 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:16.964647+0000 mgr.smithi145.wseuez (mgr.14180) 661 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:18.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:19.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:18.505435+0000 mgr.smithi145.wseuez (mgr.14180) 662 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:19.864 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:19.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:18.505435+0000 mgr.smithi145.wseuez (mgr.14180) 662 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:20.783 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:18.965399+0000 mgr.smithi145.wseuez (mgr.14180) 663 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:18.965399+0000 mgr.smithi145.wseuez (mgr.14180) 663 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:21.120 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:21.120 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:21.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:22.488 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:20.966038+0000 mgr.smithi145.wseuez (mgr.14180) 664 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:21.115240+0000 mgr.smithi145.wseuez (mgr.14180) 665 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:22.806 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:20.966038+0000 mgr.smithi145.wseuez (mgr.14180) 664 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:22.806 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:21.115240+0000 mgr.smithi145.wseuez (mgr.14180) 665 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:23.780 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:23.780 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:24.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:22.966646+0000 mgr.smithi145.wseuez (mgr.14180) 666 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:24.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:22.966646+0000 mgr.smithi145.wseuez (mgr.14180) 666 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:25.148 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:25.781 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:23.775196+0000 mgr.smithi145.wseuez (mgr.14180) 667 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:25.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:23.775196+0000 mgr.smithi145.wseuez (mgr.14180) 667 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:26.422 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:26.423 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:26.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:24.967239+0000 mgr.smithi145.wseuez (mgr.14180) 668 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:26.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:24.967239+0000 mgr.smithi145.wseuez (mgr.14180) 668 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:27.787 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:27.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:26.417413+0000 mgr.smithi145.wseuez (mgr.14180) 669 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:27.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:26.417413+0000 mgr.smithi145.wseuez (mgr.14180) 669 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:28.699 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:26.967882+0000 mgr.smithi145.wseuez (mgr.14180) 670 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:26.967882+0000 mgr.smithi145.wseuez (mgr.14180) 670 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:29.036 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:29.036 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:29.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:30.395 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:30.703 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:28.968487+0000 mgr.smithi145.wseuez (mgr.14180) 671 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:30.703 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:29.030992+0000 mgr.smithi145.wseuez (mgr.14180) 672 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:28.968487+0000 mgr.smithi145.wseuez (mgr.14180) 671 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:29.030992+0000 mgr.smithi145.wseuez (mgr.14180) 672 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:31.696 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:31.696 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:32.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:30.969069+0000 mgr.smithi145.wseuez (mgr.14180) 673 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:32.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:30.969069+0000 mgr.smithi145.wseuez (mgr.14180) 673 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:33.070 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:33.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:31.690183+0000 mgr.smithi145.wseuez (mgr.14180) 674 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:31.690183+0000 mgr.smithi145.wseuez (mgr.14180) 674 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:34.393 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:34.393 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:34.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:32.969865+0000 mgr.smithi145.wseuez (mgr.14180) 675 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:34.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:32.969865+0000 mgr.smithi145.wseuez (mgr.14180) 675 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:35.760 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:35.793 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:34.387953+0000 mgr.smithi145.wseuez (mgr.14180) 676 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:35.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:34.387953+0000 mgr.smithi145.wseuez (mgr.14180) 676 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:36.705 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:34.970387+0000 mgr.smithi145.wseuez (mgr.14180) 677 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:34.970387+0000 mgr.smithi145.wseuez (mgr.14180) 677 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:37.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:37.061 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:37.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:38.411 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:38.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:36.971048+0000 mgr.smithi145.wseuez (mgr.14180) 678 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:38.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:37.056200+0000 mgr.smithi145.wseuez (mgr.14180) 679 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:36.971048+0000 mgr.smithi145.wseuez (mgr.14180) 678 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:37.056200+0000 mgr.smithi145.wseuez (mgr.14180) 679 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:39.744 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:39.744 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:40.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:38.971678+0000 mgr.smithi145.wseuez (mgr.14180) 680 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:40.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:38.971678+0000 mgr.smithi145.wseuez (mgr.14180) 680 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:41.100 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:39.739112+0000 mgr.smithi145.wseuez (mgr.14180) 681 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:41.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:39.739112+0000 mgr.smithi145.wseuez (mgr.14180) 681 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:42.493 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:42.494 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:40.972398+0000 mgr.smithi145.wseuez (mgr.14180) 682 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:42.814 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:40.972398+0000 mgr.smithi145.wseuez (mgr.14180) 682 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:42.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:42.488653+0000 mgr.smithi145.wseuez (mgr.14180) 683 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:43.884 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:43.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:42.488653+0000 mgr.smithi145.wseuez (mgr.14180) 683 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:42.973061+0000 mgr.smithi145.wseuez (mgr.14180) 684 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:44.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:42.973061+0000 mgr.smithi145.wseuez (mgr.14180) 684 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:45.140 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:45.140 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:45.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:46.500 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:44.973662+0000 mgr.smithi145.wseuez (mgr.14180) 685 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:45.135670+0000 mgr.smithi145.wseuez (mgr.14180) 686 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:46.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:44.973662+0000 mgr.smithi145.wseuez (mgr.14180) 685 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:46.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:45.135670+0000 mgr.smithi145.wseuez (mgr.14180) 686 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:47.772 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:47.772 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:48.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:46.974298+0000 mgr.smithi145.wseuez (mgr.14180) 687 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:48.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:46.974298+0000 mgr.smithi145.wseuez (mgr.14180) 687 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:55:49.142 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:49.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:47.766908+0000 mgr.smithi145.wseuez (mgr.14180) 688 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:49.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:47.766908+0000 mgr.smithi145.wseuez (mgr.14180) 688 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:50.475 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:50.475 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:50.771 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:48.975045+0000 mgr.smithi145.wseuez (mgr.14180) 689 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:48.975045+0000 mgr.smithi145.wseuez (mgr.14180) 689 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:55:50.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:51.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:50.470208+0000 mgr.smithi145.wseuez (mgr.14180) 690 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:51.866 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:51.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:50.470208+0000 mgr.smithi145.wseuez (mgr.14180) 690 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:52.802 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:50.975566+0000 mgr.smithi145.wseuez (mgr.14180) 691 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2024-02-12T16:55:53.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:50.975566+0000 mgr.smithi145.wseuez (mgr.14180) 691 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2024-02-12T16:55:53.165 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:53.165 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:48:15.406190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bzdzwq on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bzdzwq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bzdzwq\nDeploy daemon haproxy.nfs.foo.smithi160.bzdzwq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:46:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:46:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:47:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.896568Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.prvupy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-prvupy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.prvupy\nDeploy daemon haproxy.nfs.foo.smithi145.prvupy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:48:58Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:49:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:50:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:50:50.902874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zipfbe on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:53.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:54.526 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:54.859 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:52.976159+0000 mgr.smithi145.wseuez (mgr.14180) 692 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-12T16:55:54.859 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:53.159848+0000 mgr.smithi145.wseuez (mgr.14180) 693 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:54.859 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:54.401546+0000 mon.smithi145 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.jjyquz"}]: dispatch 2024-02-12T16:55:54.859 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:54.409087+0000 mon.smithi145 (mon.0) 668 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:55:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:52.976159+0000 mgr.smithi145.wseuez (mgr.14180) 692 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s 2024-02-12T16:55:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:53.159848+0000 mgr.smithi145.wseuez (mgr.14180) 693 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:54.401546+0000 mon.smithi145 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.jjyquz"}]: dispatch 2024-02-12T16:55:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:54.409087+0000 mon.smithi145 (mon.0) 668 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T16:55:55.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:54.401013+0000 mgr.smithi145.wseuez (mgr.14180) 694 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:55.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.jjyquz ... 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:54:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:54:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:55:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Traceback (most recent call last): 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:55:55.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: yield (conn, connr) 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: code, '\n'.join(err))) 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.jjyquz ... 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:54:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:54:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:55:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:55:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:54.401195+0000 mgr.smithi145.wseuez (mgr.14180) 695 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:54.402296+0000 mgr.smithi145.wseuez (mgr.14180) 696 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.jjyquz ... 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:54:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:54:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:55:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:54.403625+0000 mgr.smithi145.wseuez (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:55:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:54.404709+0000 mgr.smithi145.wseuez (mgr.14180) 698 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:55:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:54.405579+0000 mgr.smithi145.wseuez (mgr.14180) 699 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-12T16:55:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:54.545235+0000 mon.smithi145 (mon.0) 669 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T16:55:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:54.657070+0000 mon.smithi145 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:54.662961+0000 mon.smithi145 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:56.015 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:56.015 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:50:54.204274Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:50:52.403475Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:50:54.204395Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:50:52.403643Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:50:52.403719Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:50:54.204945Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:50:52.403785Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:50:52.403850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:50:54.204528Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:50:52.404105Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:56.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:54.401013+0000 mgr.smithi145.wseuez (mgr.14180) 694 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:56.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:56.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.jjyquz ... 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:54:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:54:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:55:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Traceback (most recent call last): 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: yield (conn, connr) 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: code, '\n'.join(err))) 2024-02-12T16:55:56.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.jjyquz ... 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:54:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:54:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:55:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:54.401195+0000 mgr.smithi145.wseuez (mgr.14180) 695 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:54.402296+0000 mgr.smithi145.wseuez (mgr.14180) 696 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz 2024-02-12T16:55:56.046 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.jjyquz ... 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:54:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:54:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:55:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:54.403625+0000 mgr.smithi145.wseuez (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:54.404709+0000 mgr.smithi145.wseuez (mgr.14180) 698 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:54.405579+0000 mgr.smithi145.wseuez (mgr.14180) 699 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 87 op/s 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:54.545235+0000 mon.smithi145 (mon.0) 669 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:54.657070+0000 mon.smithi145 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:56.047 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:54.662961+0000 mon.smithi145 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:56.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:57.516 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:55:57.543 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.010582+0000 mgr.smithi145.wseuez (mgr.14180) 700 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.170159+0000 mon.smithi145 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:56.406446+0000 mgr.smithi145.wseuez (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; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.452309+0000 mon.smithi145 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.452891+0000 mon.smithi145 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.453360+0000 mon.smithi145 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.453834+0000 mon.smithi145 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:56.454216+0000 mgr.smithi145.wseuez (mgr.14180) 702 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3734M 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:56.459988+0000 mon.smithi145 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.010582+0000 mgr.smithi145.wseuez (mgr.14180) 700 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.170159+0000 mon.smithi145 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:56.406446+0000 mgr.smithi145.wseuez (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; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.452309+0000 mon.smithi145 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.452891+0000 mon.smithi145 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.453360+0000 mon.smithi145 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.453834+0000 mon.smithi145 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:56.454216+0000 mgr.smithi145.wseuez (mgr.14180) 702 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3734M 2024-02-12T16:55:57.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:56.459988+0000 mon.smithi145 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:57.262723+0000 mon.smithi145 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:58.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:57.262723+0000 mon.smithi145 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:58.954 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:55:58.955 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:55:59.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:58.407290+0000 mgr.smithi145.wseuez (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; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.521448+0000 mon.smithi145 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.839649+0000 mon.smithi145 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.840320+0000 mon.smithi145 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.840859+0000 mon.smithi145 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.841384+0000 mon.smithi145 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.845779+0000 mon.smithi145 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.847001+0000 mon.smithi145 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:55:59.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.847543+0000 mon.smithi145 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:55:59.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:59.013504+0000 mon.smithi145 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:59.017358+0000 mon.smithi145 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:55:59.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:59.025422+0000 mon.smithi145 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:59.262907+0000 mon.smithi145 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-12T16:55:59.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:55:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:59.262969+0000 mon.smithi145 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:58.407290+0000 mgr.smithi145.wseuez (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; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.521448+0000 mon.smithi145 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.839649+0000 mon.smithi145 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.840320+0000 mon.smithi145 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.840859+0000 mon.smithi145 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.841384+0000 mon.smithi145 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.845779+0000 mon.smithi145 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.847001+0000 mon.smithi145 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.847543+0000 mon.smithi145 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T16:55:59.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:59.013504+0000 mon.smithi145 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:59.017358+0000 mon.smithi145 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T16:55:59.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:59.025422+0000 mon.smithi145 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T16:55:59.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:59.262907+0000 mon.smithi145 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-12T16:55:59.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:55:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:59.262969+0000 mon.smithi145 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-02-12T16:56:00.331 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:58.841810+0000 mgr.smithi145.wseuez (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 2710M 2024-02-12T16:56:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:58.850647+0000 mgr.smithi145.wseuez (mgr.14180) 705 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-12T16:56:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:55:58.947357+0000 mgr.smithi145.wseuez (mgr.14180) 706 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:55:59.014227+0000 mgr.smithi145.wseuez (mgr.14180) 707 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-02-12T16:56:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:55:59.027839+0000 mgr.smithi145.wseuez (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.mqlzon on smithi160 2024-02-12T16:56:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:58.841810+0000 mgr.smithi145.wseuez (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 2710M 2024-02-12T16:56:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:58.850647+0000 mgr.smithi145.wseuez (mgr.14180) 705 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-12T16:56:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:55:58.947357+0000 mgr.smithi145.wseuez (mgr.14180) 706 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:55:59.014227+0000 mgr.smithi145.wseuez (mgr.14180) 707 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-02-12T16:56:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:55:59.027839+0000 mgr.smithi145.wseuez (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.mqlzon on smithi160 2024-02-12T16:56:01.672 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:01.673 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:02.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:01.014965+0000 mgr.smithi145.wseuez (mgr.14180) 709 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-12T16:56:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:01.667221+0000 mgr.smithi145.wseuez (mgr.14180) 710 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:02.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:01.014965+0000 mgr.smithi145.wseuez (mgr.14180) 709 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 66 op/s 2024-02-12T16:56:02.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:01.667221+0000 mgr.smithi145.wseuez (mgr.14180) 710 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:03.043 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:04.327 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:04.327 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:04.644 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:03.015770+0000 mgr.smithi145.wseuez (mgr.14180) 711 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-12T16:56:04.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:03.015770+0000 mgr.smithi145.wseuez (mgr.14180) 711 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-12T16:56:05.697 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:05.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:04.322496+0000 mgr.smithi145.wseuez (mgr.14180) 712 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:05.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:04.322496+0000 mgr.smithi145.wseuez (mgr.14180) 712 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:06.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:05.016327+0000 mgr.smithi145.wseuez (mgr.14180) 713 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-12T16:56:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:05.016327+0000 mgr.smithi145.wseuez (mgr.14180) 713 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-12T16:56:07.011 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:07.011 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:07.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:08.379 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:08.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:07.006637+0000 mgr.smithi145.wseuez (mgr.14180) 714 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:08.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:07.016935+0000 mgr.smithi145.wseuez (mgr.14180) 715 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-12T16:56:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:07.006637+0000 mgr.smithi145.wseuez (mgr.14180) 714 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:07.016935+0000 mgr.smithi145.wseuez (mgr.14180) 715 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-12T16:56:09.671 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:09.671 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:10.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:10.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:09.017736+0000 mgr.smithi145.wseuez (mgr.14180) 716 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-12T16:56:10.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:09.666246+0000 mgr.smithi145.wseuez (mgr.14180) 717 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:11.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:09.017736+0000 mgr.smithi145.wseuez (mgr.14180) 716 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-12T16:56:11.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:09.666246+0000 mgr.smithi145.wseuez (mgr.14180) 717 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:11.062 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:12.404 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:12.404 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:12.759 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:11.018481+0000 mgr.smithi145.wseuez (mgr.14180) 718 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-12T16:56:12.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:13.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:11.018481+0000 mgr.smithi145.wseuez (mgr.14180) 718 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-12T16:56:13.761 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:13.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:12.399058+0000 mgr.smithi145.wseuez (mgr.14180) 719 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:14.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:12.399058+0000 mgr.smithi145.wseuez (mgr.14180) 719 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:14.631 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:13.019148+0000 mgr.smithi145.wseuez (mgr.14180) 720 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-02-12T16:56:14.984 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:14.984 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:13.019148+0000 mgr.smithi145.wseuez (mgr.14180) 720 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-02-12T16:56:15.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:16.353 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:16.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:14.979553+0000 mgr.smithi145.wseuez (mgr.14180) 721 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:16.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:15.019862+0000 mgr.smithi145.wseuez (mgr.14180) 722 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-12T16:56:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:14.979553+0000 mgr.smithi145.wseuez (mgr.14180) 721 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:15.019862+0000 mgr.smithi145.wseuez (mgr.14180) 722 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-12T16:56:17.711 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:17.711 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:18.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:18.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:17.020479+0000 mgr.smithi145.wseuez (mgr.14180) 723 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-12T16:56:19.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:17.020479+0000 mgr.smithi145.wseuez (mgr.14180) 723 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-12T16:56:19.102 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:19.696 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:17.705884+0000 mgr.smithi145.wseuez (mgr.14180) 724 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:20.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:17.705884+0000 mgr.smithi145.wseuez (mgr.14180) 724 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:20.410 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:20.410 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:20.682 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:19.021453+0000 mgr.smithi145.wseuez (mgr.14180) 725 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-12T16:56:20.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:21.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:19.021453+0000 mgr.smithi145.wseuez (mgr.14180) 725 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-12T16:56:21.769 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:21.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:20.405107+0000 mgr.smithi145.wseuez (mgr.14180) 726 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:22.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:20.405107+0000 mgr.smithi145.wseuez (mgr.14180) 726 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:21.022069+0000 mgr.smithi145.wseuez (mgr.14180) 727 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:22.997 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:22.997 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:23.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:21.022069+0000 mgr.smithi145.wseuez (mgr.14180) 727 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:23.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:24.368 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:24.702 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:22.992420+0000 mgr.smithi145.wseuez (mgr.14180) 728 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:24.702 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:23.022770+0000 mgr.smithi145.wseuez (mgr.14180) 729 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:25.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:22.992420+0000 mgr.smithi145.wseuez (mgr.14180) 728 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:25.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:23.022770+0000 mgr.smithi145.wseuez (mgr.14180) 729 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:25.659 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:25.660 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:26.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:26.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:25.023315+0000 mgr.smithi145.wseuez (mgr.14180) 730 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:26.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:25.654877+0000 mgr.smithi145.wseuez (mgr.14180) 731 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:27.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:25.023315+0000 mgr.smithi145.wseuez (mgr.14180) 730 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:27.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:25.654877+0000 mgr.smithi145.wseuez (mgr.14180) 731 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:27.061 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:28.391 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:28.391 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:28.748 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:27.023980+0000 mgr.smithi145.wseuez (mgr.14180) 732 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:28.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:29.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:27.023980+0000 mgr.smithi145.wseuez (mgr.14180) 732 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:29.750 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:29.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:28.386016+0000 mgr.smithi145.wseuez (mgr.14180) 733 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:30.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:28.386016+0000 mgr.smithi145.wseuez (mgr.14180) 733 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:30.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:29.024722+0000 mgr.smithi145.wseuez (mgr.14180) 734 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:56:31.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:29.024722+0000 mgr.smithi145.wseuez (mgr.14180) 734 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:56:31.102 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:31.103 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:31.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:32.459 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:32.784 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:31.025365+0000 mgr.smithi145.wseuez (mgr.14180) 735 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:32.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:31.097951+0000 mgr.smithi145.wseuez (mgr.14180) 736 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:31.025365+0000 mgr.smithi145.wseuez (mgr.14180) 735 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:31.097951+0000 mgr.smithi145.wseuez (mgr.14180) 736 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:33.734 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:33.734 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:34.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:34.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:33.026093+0000 mgr.smithi145.wseuez (mgr.14180) 737 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:35.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:33.026093+0000 mgr.smithi145.wseuez (mgr.14180) 737 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:35.100 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:35.702 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:33.728894+0000 mgr.smithi145.wseuez (mgr.14180) 738 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:36.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:33.728894+0000 mgr.smithi145.wseuez (mgr.14180) 738 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:36.387 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:36.387 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:36.788 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:35.026742+0000 mgr.smithi145.wseuez (mgr.14180) 739 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:36.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:35.026742+0000 mgr.smithi145.wseuez (mgr.14180) 739 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:37.791 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:37.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:36.382086+0000 mgr.smithi145.wseuez (mgr.14180) 740 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:38.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:36.382086+0000 mgr.smithi145.wseuez (mgr.14180) 740 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:38.778 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:37.027409+0000 mgr.smithi145.wseuez (mgr.14180) 741 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:39.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:37.027409+0000 mgr.smithi145.wseuez (mgr.14180) 741 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:39.122 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:39.122 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:39.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:40.484 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:40.817 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:39.028058+0000 mgr.smithi145.wseuez (mgr.14180) 742 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:56:40.817 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:39.117440+0000 mgr.smithi145.wseuez (mgr.14180) 743 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:41.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:39.028058+0000 mgr.smithi145.wseuez (mgr.14180) 742 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:56:41.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:39.117440+0000 mgr.smithi145.wseuez (mgr.14180) 743 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:41.754 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:41.754 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:42.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:42.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:41.028624+0000 mgr.smithi145.wseuez (mgr.14180) 744 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:43.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:41.028624+0000 mgr.smithi145.wseuez (mgr.14180) 744 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:43.107 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:43.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:41.749193+0000 mgr.smithi145.wseuez (mgr.14180) 745 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:44.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:41.749193+0000 mgr.smithi145.wseuez (mgr.14180) 745 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:44.354 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:44.354 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:44.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:44.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:43.029393+0000 mgr.smithi145.wseuez (mgr.14180) 746 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:43.029393+0000 mgr.smithi145.wseuez (mgr.14180) 746 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:45.756 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:46.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:44.349327+0000 mgr.smithi145.wseuez (mgr.14180) 747 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:46.072 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:44.349327+0000 mgr.smithi145.wseuez (mgr.14180) 747 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:46.717 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:45.029959+0000 mgr.smithi145.wseuez (mgr.14180) 748 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:47.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:45.029959+0000 mgr.smithi145.wseuez (mgr.14180) 748 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:47.089 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:47.089 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:47.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:48.463 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:48.789 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:47.030564+0000 mgr.smithi145.wseuez (mgr.14180) 749 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:48.790 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:47.084385+0000 mgr.smithi145.wseuez (mgr.14180) 750 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:49.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:47.030564+0000 mgr.smithi145.wseuez (mgr.14180) 749 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:49.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:47.084385+0000 mgr.smithi145.wseuez (mgr.14180) 750 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:49.755 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:49.755 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:50.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:50.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:49.031194+0000 mgr.smithi145.wseuez (mgr.14180) 751 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:56:51.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:49.031194+0000 mgr.smithi145.wseuez (mgr.14180) 751 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:56:51.123 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:51.774 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:49.749502+0000 mgr.smithi145.wseuez (mgr.14180) 752 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:52.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:49.749502+0000 mgr.smithi145.wseuez (mgr.14180) 752 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:52.447 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:52.447 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:52.828 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:51.031898+0000 mgr.smithi145.wseuez (mgr.14180) 753 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:52.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:53.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:51.031898+0000 mgr.smithi145.wseuez (mgr.14180) 753 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:53.830 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:54.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:52.441655+0000 mgr.smithi145.wseuez (mgr.14180) 754 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:54.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:52.441655+0000 mgr.smithi145.wseuez (mgr.14180) 754 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:54.769 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:53.032539+0000 mgr.smithi145.wseuez (mgr.14180) 755 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:53.032539+0000 mgr.smithi145.wseuez (mgr.14180) 755 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:55.120 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:55.120 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:55.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:56.521 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:56.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:55.033058+0000 mgr.smithi145.wseuez (mgr.14180) 756 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:56.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:55.115582+0000 mgr.smithi145.wseuez (mgr.14180) 757 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:57.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:55.033058+0000 mgr.smithi145.wseuez (mgr.14180) 756 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:57.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:55.115582+0000 mgr.smithi145.wseuez (mgr.14180) 757 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:56:57.769 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:56:57.769 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:56:58.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:56:59.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:57.033680+0000 mgr.smithi145.wseuez (mgr.14180) 758 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:59.128 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:56:59.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:57.033680+0000 mgr.smithi145.wseuez (mgr.14180) 758 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:56:59.756 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:56:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:56:57.764369+0000 mgr.smithi145.wseuez (mgr.14180) 759 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:00.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:56:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:56:57.764369+0000 mgr.smithi145.wseuez (mgr.14180) 759 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:00.418 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:00.418 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:00.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:56:59.034388+0000 mgr.smithi145.wseuez (mgr.14180) 760 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:00.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:01.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:56:59.034388+0000 mgr.smithi145.wseuez (mgr.14180) 760 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:01.747 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:02.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:00.412885+0000 mgr.smithi145.wseuez (mgr.14180) 761 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:02.061 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:00.412885+0000 mgr.smithi145.wseuez (mgr.14180) 761 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:03.025 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:03.025 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:03.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:01.034965+0000 mgr.smithi145.wseuez (mgr.14180) 762 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:03.050 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:01.034965+0000 mgr.smithi145.wseuez (mgr.14180) 762 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:03.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:03.019961+0000 mgr.smithi145.wseuez (mgr.14180) 763 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:03.035637+0000 mgr.smithi145.wseuez (mgr.14180) 764 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:04.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:03.019961+0000 mgr.smithi145.wseuez (mgr.14180) 763 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:04.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:03.035637+0000 mgr.smithi145.wseuez (mgr.14180) 764 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:04.419 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:05.659 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:05.659 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:06.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:06.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:05.036145+0000 mgr.smithi145.wseuez (mgr.14180) 765 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:06.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:05.654508+0000 mgr.smithi145.wseuez (mgr.14180) 766 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:05.036145+0000 mgr.smithi145.wseuez (mgr.14180) 765 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:05.654508+0000 mgr.smithi145.wseuez (mgr.14180) 766 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:07.011 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:08.289 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:07.036873+0000 mgr.smithi145.wseuez (mgr.14180) 767 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:08.305 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:08.305 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:08.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:07.036873+0000 mgr.smithi145.wseuez (mgr.14180) 767 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:08.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:09.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:08.300027+0000 mgr.smithi145.wseuez (mgr.14180) 768 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:09.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:08.300027+0000 mgr.smithi145.wseuez (mgr.14180) 768 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:09.678 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:10.287 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:09.037666+0000 mgr.smithi145.wseuez (mgr.14180) 769 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:10.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:09.037666+0000 mgr.smithi145.wseuez (mgr.14180) 769 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:10.915 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:10.915 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:11.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:12.276 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:10.910794+0000 mgr.smithi145.wseuez (mgr.14180) 770 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:11.038223+0000 mgr.smithi145.wseuez (mgr.14180) 771 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:12.603 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:10.910794+0000 mgr.smithi145.wseuez (mgr.14180) 770 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:12.603 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:11.038223+0000 mgr.smithi145.wseuez (mgr.14180) 771 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:13.540 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:13.540 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:13.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:14.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:13.038845+0000 mgr.smithi145.wseuez (mgr.14180) 772 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:14.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:13.535007+0000 mgr.smithi145.wseuez (mgr.14180) 773 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:14.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:13.038845+0000 mgr.smithi145.wseuez (mgr.14180) 772 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:14.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:13.535007+0000 mgr.smithi145.wseuez (mgr.14180) 773 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:14.902 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:16.171 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:16.171 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:15.039352+0000 mgr.smithi145.wseuez (mgr.14180) 774 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:16.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:16.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:15.039352+0000 mgr.smithi145.wseuez (mgr.14180) 774 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:17.533 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:17.543 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:16.164435+0000 mgr.smithi145.wseuez (mgr.14180) 775 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:17.564 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:16.164435+0000 mgr.smithi145.wseuez (mgr.14180) 775 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:18.487 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:17.039976+0000 mgr.smithi145.wseuez (mgr.14180) 776 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:18.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:17.039976+0000 mgr.smithi145.wseuez (mgr.14180) 776 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:18.838 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:18.839 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:19.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:20.208 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:20.510 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:18.833844+0000 mgr.smithi145.wseuez (mgr.14180) 777 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:20.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:19.040819+0000 mgr.smithi145.wseuez (mgr.14180) 778 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:20.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:18.833844+0000 mgr.smithi145.wseuez (mgr.14180) 777 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:20.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:19.040819+0000 mgr.smithi145.wseuez (mgr.14180) 778 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:21.497 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:21.498 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:21.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:21.041438+0000 mgr.smithi145.wseuez (mgr.14180) 779 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:21.491566+0000 mgr.smithi145.wseuez (mgr.14180) 780 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:22.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:21.041438+0000 mgr.smithi145.wseuez (mgr.14180) 779 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:22.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:21.491566+0000 mgr.smithi145.wseuez (mgr.14180) 780 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:22.868 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:24.159 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:24.159 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:24.531 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:23.042176+0000 mgr.smithi145.wseuez (mgr.14180) 781 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:24.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:24.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:23.042176+0000 mgr.smithi145.wseuez (mgr.14180) 781 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:25.533 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:25.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:24.153813+0000 mgr.smithi145.wseuez (mgr.14180) 782 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:25.567 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:24.153813+0000 mgr.smithi145.wseuez (mgr.14180) 782 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:26.543 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:25.042714+0000 mgr.smithi145.wseuez (mgr.14180) 783 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:26.543 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:25.042714+0000 mgr.smithi145.wseuez (mgr.14180) 783 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:26.886 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:26.886 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:27.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:28.264 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:28.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:26.881320+0000 mgr.smithi145.wseuez (mgr.14180) 784 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:28.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:27.043390+0000 mgr.smithi145.wseuez (mgr.14180) 785 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:28.574 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:26.881320+0000 mgr.smithi145.wseuez (mgr.14180) 784 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:28.574 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:27.043390+0000 mgr.smithi145.wseuez (mgr.14180) 785 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:29.488 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:29.488 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:29.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:30.510 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:29.044046+0000 mgr.smithi145.wseuez (mgr.14180) 786 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:30.510 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:29.483345+0000 mgr.smithi145.wseuez (mgr.14180) 787 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:29.044046+0000 mgr.smithi145.wseuez (mgr.14180) 786 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:29.483345+0000 mgr.smithi145.wseuez (mgr.14180) 787 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:30.865 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:32.149 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:32.149 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:32.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:31.044711+0000 mgr.smithi145.wseuez (mgr.14180) 788 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:32.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:32.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:31.044711+0000 mgr.smithi145.wseuez (mgr.14180) 788 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:33.506 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:33.537 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:32.143811+0000 mgr.smithi145.wseuez (mgr.14180) 789 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:32.143811+0000 mgr.smithi145.wseuez (mgr.14180) 789 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:34.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:33.045463+0000 mgr.smithi145.wseuez (mgr.14180) 790 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:34.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:33.045463+0000 mgr.smithi145.wseuez (mgr.14180) 790 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:34.845 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:34.845 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:35.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:36.246 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:34.839870+0000 mgr.smithi145.wseuez (mgr.14180) 791 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:35.046027+0000 mgr.smithi145.wseuez (mgr.14180) 792 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:36.563 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:34.839870+0000 mgr.smithi145.wseuez (mgr.14180) 791 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:36.563 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:35.046027+0000 mgr.smithi145.wseuez (mgr.14180) 792 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:37.605 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:37.606 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:37.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:37.046877+0000 mgr.smithi145.wseuez (mgr.14180) 793 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:37.600801+0000 mgr.smithi145.wseuez (mgr.14180) 794 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:38.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:37.046877+0000 mgr.smithi145.wseuez (mgr.14180) 793 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:38.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:37.600801+0000 mgr.smithi145.wseuez (mgr.14180) 794 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:38.962 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:40.223 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:40.223 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:40.510 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:39.047628+0000 mgr.smithi145.wseuez (mgr.14180) 795 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:40.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:39.047628+0000 mgr.smithi145.wseuez (mgr.14180) 795 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:40.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:41.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:40.217633+0000 mgr.smithi145.wseuez (mgr.14180) 796 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:41.587 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:41.621 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:40.217633+0000 mgr.smithi145.wseuez (mgr.14180) 796 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:42.515 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:41.048270+0000 mgr.smithi145.wseuez (mgr.14180) 797 : 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-02-12T16:57:42.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:41.048270+0000 mgr.smithi145.wseuez (mgr.14180) 797 : 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-02-12T16:57:42.850 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:42.850 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:43.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:44.211 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:44.521 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:42.844995+0000 mgr.smithi145.wseuez (mgr.14180) 798 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:44.521 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:43.049099+0000 mgr.smithi145.wseuez (mgr.14180) 799 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:44.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:42.844995+0000 mgr.smithi145.wseuez (mgr.14180) 798 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:44.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:43.049099+0000 mgr.smithi145.wseuez (mgr.14180) 799 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:45.534 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:45.534 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:45.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:45.049605+0000 mgr.smithi145.wseuez (mgr.14180) 800 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:45.529064+0000 mgr.smithi145.wseuez (mgr.14180) 801 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:45.049605+0000 mgr.smithi145.wseuez (mgr.14180) 800 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:46.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:45.529064+0000 mgr.smithi145.wseuez (mgr.14180) 801 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:46.904 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:48.161 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:48.162 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:48.525 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:47.050218+0000 mgr.smithi145.wseuez (mgr.14180) 802 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:48.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:47.050218+0000 mgr.smithi145.wseuez (mgr.14180) 802 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:49.528 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:49.543 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:48.156990+0000 mgr.smithi145.wseuez (mgr.14180) 803 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:49.557 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:48.156990+0000 mgr.smithi145.wseuez (mgr.14180) 803 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:49.051052+0000 mgr.smithi145.wseuez (mgr.14180) 804 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:49.051052+0000 mgr.smithi145.wseuez (mgr.14180) 804 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:57:50.774 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:50.775 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:51.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:52.145 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:52.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:50.769759+0000 mgr.smithi145.wseuez (mgr.14180) 805 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:52.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:51.051595+0000 mgr.smithi145.wseuez (mgr.14180) 806 : 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-02-12T16:57:52.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:50.769759+0000 mgr.smithi145.wseuez (mgr.14180) 805 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:52.553 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:51.051595+0000 mgr.smithi145.wseuez (mgr.14180) 806 : 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-02-12T16:57:53.543 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:53.543 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:53.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:53.052275+0000 mgr.smithi145.wseuez (mgr.14180) 807 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:53.538047+0000 mgr.smithi145.wseuez (mgr.14180) 808 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:54.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:53.052275+0000 mgr.smithi145.wseuez (mgr.14180) 807 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:53.538047+0000 mgr.smithi145.wseuez (mgr.14180) 808 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:54.927 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:56.334 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:56.334 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:56.536 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:55.052863+0000 mgr.smithi145.wseuez (mgr.14180) 809 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:56.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:55.052863+0000 mgr.smithi145.wseuez (mgr.14180) 809 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:56.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:57:57.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:56.329063+0000 mgr.smithi145.wseuez (mgr.14180) 810 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:57.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:56.329063+0000 mgr.smithi145.wseuez (mgr.14180) 810 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:57:57.719 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:57:58.386 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:57:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:57.053636+0000 mgr.smithi145.wseuez (mgr.14180) 811 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:57:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:57.053636+0000 mgr.smithi145.wseuez (mgr.14180) 811 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:57:59.074 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:57:59.074 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:57:59.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:00.433 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:00.543 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:57:59.054447+0000 mgr.smithi145.wseuez (mgr.14180) 812 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:57:59.069536+0000 mgr.smithi145.wseuez (mgr.14180) 813 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:00.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:57:59.054447+0000 mgr.smithi145.wseuez (mgr.14180) 812 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:00.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:57:59.069536+0000 mgr.smithi145.wseuez (mgr.14180) 813 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:01.746 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:01.746 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:02.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:02.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:01.055090+0000 mgr.smithi145.wseuez (mgr.14180) 814 : 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-02-12T16:58:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:01.055090+0000 mgr.smithi145.wseuez (mgr.14180) 814 : 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-02-12T16:58:03.109 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:03.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:01.741187+0000 mgr.smithi145.wseuez (mgr.14180) 815 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:03.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:01.741187+0000 mgr.smithi145.wseuez (mgr.14180) 815 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:04.391 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:04.391 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:04.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:03.055822+0000 mgr.smithi145.wseuez (mgr.14180) 816 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:04.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:03.055822+0000 mgr.smithi145.wseuez (mgr.14180) 816 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:04.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:05.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:04.386374+0000 mgr.smithi145.wseuez (mgr.14180) 817 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:05.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:04.386374+0000 mgr.smithi145.wseuez (mgr.14180) 817 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:05.749 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:06.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:05.056342+0000 mgr.smithi145.wseuez (mgr.14180) 818 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:06.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:05.056342+0000 mgr.smithi145.wseuez (mgr.14180) 818 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:07.088 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:07.088 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:07.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:08.483 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:08.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:07.056998+0000 mgr.smithi145.wseuez (mgr.14180) 819 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:08.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:07.081525+0000 mgr.smithi145.wseuez (mgr.14180) 820 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:08.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:07.056998+0000 mgr.smithi145.wseuez (mgr.14180) 819 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:08.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:07.081525+0000 mgr.smithi145.wseuez (mgr.14180) 820 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:09.810 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:09.811 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:10.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:10.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:09.057676+0000 mgr.smithi145.wseuez (mgr.14180) 821 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:09.057676+0000 mgr.smithi145.wseuez (mgr.14180) 821 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:11.176 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:11.500 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:09.805550+0000 mgr.smithi145.wseuez (mgr.14180) 822 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:09.805550+0000 mgr.smithi145.wseuez (mgr.14180) 822 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:12.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:11.058485+0000 mgr.smithi145.wseuez (mgr.14180) 823 : 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-02-12T16:58:12.445 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:12.446 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:11.058485+0000 mgr.smithi145.wseuez (mgr.14180) 823 : 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-02-12T16:58:12.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:13.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:12.440656+0000 mgr.smithi145.wseuez (mgr.14180) 824 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:13.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:12.440656+0000 mgr.smithi145.wseuez (mgr.14180) 824 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:13.807 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:14.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:13.059121+0000 mgr.smithi145.wseuez (mgr.14180) 825 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:13.059121+0000 mgr.smithi145.wseuez (mgr.14180) 825 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:15.079 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:15.079 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:15.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:16.482 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:16.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:15.059635+0000 mgr.smithi145.wseuez (mgr.14180) 826 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:16.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:15.074480+0000 mgr.smithi145.wseuez (mgr.14180) 827 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:15.059635+0000 mgr.smithi145.wseuez (mgr.14180) 826 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:15.074480+0000 mgr.smithi145.wseuez (mgr.14180) 827 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:17.787 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:17.788 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:18.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:18.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:17.060179+0000 mgr.smithi145.wseuez (mgr.14180) 828 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:17.060179+0000 mgr.smithi145.wseuez (mgr.14180) 828 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:19.155 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:19.474 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:17.782714+0000 mgr.smithi145.wseuez (mgr.14180) 829 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:19.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:17.782714+0000 mgr.smithi145.wseuez (mgr.14180) 829 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:20.337 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:20.338 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:20.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:19.061036+0000 mgr.smithi145.wseuez (mgr.14180) 830 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:20.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:20.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:19.061036+0000 mgr.smithi145.wseuez (mgr.14180) 830 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:21.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:20.332788+0000 mgr.smithi145.wseuez (mgr.14180) 831 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:21.713 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:21.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:20.332788+0000 mgr.smithi145.wseuez (mgr.14180) 831 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:21.061664+0000 mgr.smithi145.wseuez (mgr.14180) 832 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:21.061664+0000 mgr.smithi145.wseuez (mgr.14180) 832 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:23.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:23.061 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:23.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:24.430 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:24.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:23.056416+0000 mgr.smithi145.wseuez (mgr.14180) 833 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:24.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:23.062333+0000 mgr.smithi145.wseuez (mgr.14180) 834 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:23.056416+0000 mgr.smithi145.wseuez (mgr.14180) 833 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:23.062333+0000 mgr.smithi145.wseuez (mgr.14180) 834 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:25.709 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:25.709 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:26.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:26.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:25.063038+0000 mgr.smithi145.wseuez (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-02-12T16:58:26.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:25.703797+0000 mgr.smithi145.wseuez (mgr.14180) 836 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:25.063038+0000 mgr.smithi145.wseuez (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-02-12T16:58:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:25.703797+0000 mgr.smithi145.wseuez (mgr.14180) 836 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:27.070 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:28.335 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:28.335 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:50:50.903926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.emynhe on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:28.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:27.063748+0000 mgr.smithi145.wseuez (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-02-12T16:58:28.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:27.063748+0000 mgr.smithi145.wseuez (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-02-12T16:58:29.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:28.330496+0000 mgr.smithi145.wseuez (mgr.14180) 838 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:29.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:28.980520+0000 mon.smithi145 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.mqlzon"}]: dispatch 2024-02-12T16:58:29.721 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:29.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:28.330496+0000 mgr.smithi145.wseuez (mgr.14180) 838 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:29.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:28.980520+0000 mon.smithi145 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi160.mqlzon"}]: dispatch 2024-02-12T16:58:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:58:28.980043+0000 mgr.smithi145.wseuez (mgr.14180) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.mqlzon ... 2024-02-12T16:58:30.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:56:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:57:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:57:51Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Traceback (most recent call last): 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: yield (conn, connr) 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: code, '\n'.join(err))) 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.mqlzon ... 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:56:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:57:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:57:51Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:58:28.980233+0000 mgr.smithi145.wseuez (mgr.14180) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:58:28.981142+0000 mgr.smithi145.wseuez (mgr.14180) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi160.mqlzon ... 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:56:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:57:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:57:51Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T16:58:28.982509+0000 mgr.smithi145.wseuez (mgr.14180) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ylgbfb on smithi145 2024-02-12T16:58:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:29.064573+0000 mgr.smithi145.wseuez (mgr.14180) 843 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:58:28.980043+0000 mgr.smithi145.wseuez (mgr.14180) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.mqlzon ... 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:56:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:57:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:57:51Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Traceback (most recent call last): 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: yield (conn, connr) 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: code, '\n'.join(err))) 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.795 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.mqlzon ... 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:56:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:57:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:57:51Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:58:28.980233+0000 mgr.smithi145.wseuez (mgr.14180) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:58:28.981142+0000 mgr.smithi145.wseuez (mgr.14180) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi160.mqlzon ... 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:56:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:57:13Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:57:51Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T16:58:28.982509+0000 mgr.smithi145.wseuez (mgr.14180) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ylgbfb on smithi145 2024-02-12T16:58:30.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:29.064573+0000 mgr.smithi145.wseuez (mgr.14180) 843 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:31.017 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:31.017 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:31.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:32.394 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:32.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:31.012664+0000 mgr.smithi145.wseuez (mgr.14180) 844 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:32.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:31.065328+0000 mgr.smithi145.wseuez (mgr.14180) 845 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:31.012664+0000 mgr.smithi145.wseuez (mgr.14180) 844 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:31.065328+0000 mgr.smithi145.wseuez (mgr.14180) 845 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:33.729 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:33.729 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:34.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:33.066014+0000 mgr.smithi145.wseuez (mgr.14180) 846 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:33.066014+0000 mgr.smithi145.wseuez (mgr.14180) 846 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:35.127 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:35.455 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:33.724189+0000 mgr.smithi145.wseuez (mgr.14180) 847 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:35.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:33.724189+0000 mgr.smithi145.wseuez (mgr.14180) 847 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:36.478 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:36.478 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:36.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:35.066890+0000 mgr.smithi145.wseuez (mgr.14180) 848 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:35.066890+0000 mgr.smithi145.wseuez (mgr.14180) 848 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:36.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:37.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:36.473624+0000 mgr.smithi145.wseuez (mgr.14180) 849 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:37.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:36.473624+0000 mgr.smithi145.wseuez (mgr.14180) 849 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:37.841 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:38.499 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:37.067481+0000 mgr.smithi145.wseuez (mgr.14180) 850 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:37.067481+0000 mgr.smithi145.wseuez (mgr.14180) 850 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:39.151 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:39.151 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:39.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:40.517 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:40.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:39.068151+0000 mgr.smithi145.wseuez (mgr.14180) 851 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:40.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:39.146595+0000 mgr.smithi145.wseuez (mgr.14180) 852 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:39.068151+0000 mgr.smithi145.wseuez (mgr.14180) 851 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:39.146595+0000 mgr.smithi145.wseuez (mgr.14180) 852 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:41.831 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:41.832 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:42.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:42.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:41.068775+0000 mgr.smithi145.wseuez (mgr.14180) 853 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:41.068775+0000 mgr.smithi145.wseuez (mgr.14180) 853 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:43.156 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:43.476 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:41.825646+0000 mgr.smithi145.wseuez (mgr.14180) 854 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:41.825646+0000 mgr.smithi145.wseuez (mgr.14180) 854 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:44.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:43.069441+0000 mgr.smithi145.wseuez (mgr.14180) 855 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:44.501 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:44.501 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:43.069441+0000 mgr.smithi145.wseuez (mgr.14180) 855 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:44.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:45.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:45 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:44.495934+0000 mgr.smithi145.wseuez (mgr.14180) 856 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:45.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:45 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:44.495934+0000 mgr.smithi145.wseuez (mgr.14180) 856 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:45.892 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:46.561 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:45.070260+0000 mgr.smithi145.wseuez (mgr.14180) 857 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:45.070260+0000 mgr.smithi145.wseuez (mgr.14180) 857 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:47.222 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:47.222 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:47.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:48.576 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:47.070884+0000 mgr.smithi145.wseuez (mgr.14180) 858 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:47.216585+0000 mgr.smithi145.wseuez (mgr.14180) 859 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:48.893 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:47.070884+0000 mgr.smithi145.wseuez (mgr.14180) 858 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:48.893 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:47.216585+0000 mgr.smithi145.wseuez (mgr.14180) 859 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:49.833 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:49.833 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:50.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:50.510 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:49.071546+0000 mgr.smithi145.wseuez (mgr.14180) 860 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:49.071546+0000 mgr.smithi145.wseuez (mgr.14180) 860 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:58:51.199 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:51.535 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:49.828667+0000 mgr.smithi145.wseuez (mgr.14180) 861 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:51.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:49.828667+0000 mgr.smithi145.wseuez (mgr.14180) 861 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:52.485 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:52.485 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:52.771 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:51.072144+0000 mgr.smithi145.wseuez (mgr.14180) 862 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:52.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:51.072144+0000 mgr.smithi145.wseuez (mgr.14180) 862 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:52.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:53.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:52.480456+0000 mgr.smithi145.wseuez (mgr.14180) 863 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:53.848 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:53.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:52.480456+0000 mgr.smithi145.wseuez (mgr.14180) 863 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:53.073024+0000 mgr.smithi145.wseuez (mgr.14180) 864 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:54.851 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:53.073024+0000 mgr.smithi145.wseuez (mgr.14180) 864 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:55.198 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:55.198 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:55.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:56.616 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:55.073531+0000 mgr.smithi145.wseuez (mgr.14180) 865 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:55.193315+0000 mgr.smithi145.wseuez (mgr.14180) 866 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:56.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:55.073531+0000 mgr.smithi145.wseuez (mgr.14180) 865 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:56.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:55.193315+0000 mgr.smithi145.wseuez (mgr.14180) 866 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:57.907 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:58:57.907 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:58:58.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:58:58.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:57.074124+0000 mgr.smithi145.wseuez (mgr.14180) 867 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:57.074124+0000 mgr.smithi145.wseuez (mgr.14180) 867 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:58:59.231 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:58:59.557 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:58:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:58:57.901861+0000 mgr.smithi145.wseuez (mgr.14180) 868 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:58:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:58:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:58:57.901861+0000 mgr.smithi145.wseuez (mgr.14180) 868 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:00.524 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:00.524 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:58:59.074912+0000 mgr.smithi145.wseuez (mgr.14180) 869 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:59:00.803 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:58:59.074912+0000 mgr.smithi145.wseuez (mgr.14180) 869 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:59:00.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:01.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:00.518563+0000 mgr.smithi145.wseuez (mgr.14180) 870 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:01.888 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:01.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:00.518563+0000 mgr.smithi145.wseuez (mgr.14180) 870 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:02.499 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:01.075481+0000 mgr.smithi145.wseuez (mgr.14180) 871 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:01.075481+0000 mgr.smithi145.wseuez (mgr.14180) 871 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:03.199 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:03.200 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:03.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:04.606 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:03.076180+0000 mgr.smithi145.wseuez (mgr.14180) 872 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:03.195017+0000 mgr.smithi145.wseuez (mgr.14180) 873 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:03.076180+0000 mgr.smithi145.wseuez (mgr.14180) 872 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:03.195017+0000 mgr.smithi145.wseuez (mgr.14180) 873 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:05.826 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:05.826 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:06.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:05.076875+0000 mgr.smithi145.wseuez (mgr.14180) 874 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:05.076875+0000 mgr.smithi145.wseuez (mgr.14180) 874 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:07.179 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:07.540 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:05.821353+0000 mgr.smithi145.wseuez (mgr.14180) 875 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:07.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:05.821353+0000 mgr.smithi145.wseuez (mgr.14180) 875 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:08.476 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:08.476 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:08.726 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:07.077747+0000 mgr.smithi145.wseuez (mgr.14180) 876 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:07.077747+0000 mgr.smithi145.wseuez (mgr.14180) 876 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:08.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:08.470657+0000 mgr.smithi145.wseuez (mgr.14180) 877 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:09.846 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:09.876 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:08.470657+0000 mgr.smithi145.wseuez (mgr.14180) 877 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:09.078399+0000 mgr.smithi145.wseuez (mgr.14180) 878 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:59:10.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:09.078399+0000 mgr.smithi145.wseuez (mgr.14180) 878 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:59:11.183 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:11.184 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:11.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:12.587 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:11.079172+0000 mgr.smithi145.wseuez (mgr.14180) 879 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:11.178519+0000 mgr.smithi145.wseuez (mgr.14180) 880 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:12.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:11.079172+0000 mgr.smithi145.wseuez (mgr.14180) 879 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:12.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:11.178519+0000 mgr.smithi145.wseuez (mgr.14180) 880 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:13.917 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:13.917 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:14.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:13.079839+0000 mgr.smithi145.wseuez (mgr.14180) 881 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:14.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:13.079839+0000 mgr.smithi145.wseuez (mgr.14180) 881 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:15.286 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:15.611 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:13.912258+0000 mgr.smithi145.wseuez (mgr.14180) 882 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:15.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:13.912258+0000 mgr.smithi145.wseuez (mgr.14180) 882 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:16.543 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:16.543 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:15.080480+0000 mgr.smithi145.wseuez (mgr.14180) 883 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:16.808 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:15.080480+0000 mgr.smithi145.wseuez (mgr.14180) 883 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:16.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:17.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:16.537979+0000 mgr.smithi145.wseuez (mgr.14180) 884 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:17.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:16.537979+0000 mgr.smithi145.wseuez (mgr.14180) 884 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:17.903 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:17.081049+0000 mgr.smithi145.wseuez (mgr.14180) 885 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:18.814 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:17.081049+0000 mgr.smithi145.wseuez (mgr.14180) 885 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:19.164 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:19.164 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:19.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:20.528 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:19.081701+0000 mgr.smithi145.wseuez (mgr.14180) 886 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:59:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:19.159036+0000 mgr.smithi145.wseuez (mgr.14180) 887 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:20.828 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:19.081701+0000 mgr.smithi145.wseuez (mgr.14180) 886 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T16:59:20.828 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:19.159036+0000 mgr.smithi145.wseuez (mgr.14180) 887 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:21.843 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:21.843 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:22.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:21.082218+0000 mgr.smithi145.wseuez (mgr.14180) 888 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:22.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:21.082218+0000 mgr.smithi145.wseuez (mgr.14180) 888 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:23.193 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:23.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:21.837466+0000 mgr.smithi145.wseuez (mgr.14180) 889 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:23.804 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:21.837466+0000 mgr.smithi145.wseuez (mgr.14180) 889 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:24.458 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:24.458 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:23.083099+0000 mgr.smithi145.wseuez (mgr.14180) 890 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:24.815 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:23.083099+0000 mgr.smithi145.wseuez (mgr.14180) 890 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:24.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:25.796 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:24.453322+0000 mgr.smithi145.wseuez (mgr.14180) 891 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:25.818 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:25.851 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:24.453322+0000 mgr.smithi145.wseuez (mgr.14180) 891 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:26.754 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:25.083723+0000 mgr.smithi145.wseuez (mgr.14180) 892 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:25.083723+0000 mgr.smithi145.wseuez (mgr.14180) 892 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:27.101 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:27.102 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:27.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:28.468 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:27.084371+0000 mgr.smithi145.wseuez (mgr.14180) 893 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:27.096705+0000 mgr.smithi145.wseuez (mgr.14180) 894 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:28.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:27.084371+0000 mgr.smithi145.wseuez (mgr.14180) 893 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:28.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:27.096705+0000 mgr.smithi145.wseuez (mgr.14180) 894 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:29.860 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:29.860 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:30.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:29.085044+0000 mgr.smithi145.wseuez (mgr.14180) 895 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:30.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:29.085044+0000 mgr.smithi145.wseuez (mgr.14180) 895 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:31.267 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:31.593 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:29.853741+0000 mgr.smithi145.wseuez (mgr.14180) 896 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:31.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:29.853741+0000 mgr.smithi145.wseuez (mgr.14180) 896 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:32.502 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:32.502 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:31.085747+0000 mgr.smithi145.wseuez (mgr.14180) 897 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:59:32.797 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:31.085747+0000 mgr.smithi145.wseuez (mgr.14180) 897 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-12T16:59:32.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:32.496779+0000 mgr.smithi145.wseuez (mgr.14180) 898 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:33.865 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:33.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:32.496779+0000 mgr.smithi145.wseuez (mgr.14180) 898 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:33.086509+0000 mgr.smithi145.wseuez (mgr.14180) 899 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:34.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:33.086509+0000 mgr.smithi145.wseuez (mgr.14180) 899 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:35.159 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:35.160 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:35.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:36.523 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:36.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:35.087137+0000 mgr.smithi145.wseuez (mgr.14180) 900 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:35.154809+0000 mgr.smithi145.wseuez (mgr.14180) 901 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:36.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:35.087137+0000 mgr.smithi145.wseuez (mgr.14180) 900 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:36.840 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:35.154809+0000 mgr.smithi145.wseuez (mgr.14180) 901 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:37.846 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:37.846 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:38.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:37.087857+0000 mgr.smithi145.wseuez (mgr.14180) 902 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:38.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:37.087857+0000 mgr.smithi145.wseuez (mgr.14180) 902 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:39.240 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:39.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:37.841242+0000 mgr.smithi145.wseuez (mgr.14180) 903 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:40.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:37.841242+0000 mgr.smithi145.wseuez (mgr.14180) 903 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:40.564 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:40.564 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:40.870 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:39.088750+0000 mgr.smithi145.wseuez (mgr.14180) 904 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:40.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:41.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:39.088750+0000 mgr.smithi145.wseuez (mgr.14180) 904 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:41.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:40.559870+0000 mgr.smithi145.wseuez (mgr.14180) 905 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:41.932 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:42.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:40.559870+0000 mgr.smithi145.wseuez (mgr.14180) 905 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:42.843 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:41.089391+0000 mgr.smithi145.wseuez (mgr.14180) 906 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:43.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:41.089391+0000 mgr.smithi145.wseuez (mgr.14180) 906 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:43.183 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:43.184 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:43.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:44.549 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:44.874 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:43.090002+0000 mgr.smithi145.wseuez (mgr.14180) 907 : 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-02-12T16:59:44.874 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:43.178735+0000 mgr.smithi145.wseuez (mgr.14180) 908 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:43.090002+0000 mgr.smithi145.wseuez (mgr.14180) 907 : 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-02-12T16:59:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:43.178735+0000 mgr.smithi145.wseuez (mgr.14180) 908 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:45.855 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:45.855 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:46.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:46.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:45.090508+0000 mgr.smithi145.wseuez (mgr.14180) 909 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:47.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:45.090508+0000 mgr.smithi145.wseuez (mgr.14180) 909 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:47.241 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:47.833 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:45.850699+0000 mgr.smithi145.wseuez (mgr.14180) 910 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:48.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:45.850699+0000 mgr.smithi145.wseuez (mgr.14180) 910 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:48.428 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:48.428 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:48.752 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:47.091224+0000 mgr.smithi145.wseuez (mgr.14180) 911 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:48.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:49.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:47.091224+0000 mgr.smithi145.wseuez (mgr.14180) 911 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:49.847 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:49.877 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:48.423493+0000 mgr.smithi145.wseuez (mgr.14180) 912 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:50.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:48.423493+0000 mgr.smithi145.wseuez (mgr.14180) 912 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:50.758 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:49.092131+0000 mgr.smithi145.wseuez (mgr.14180) 913 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:51.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:49.092131+0000 mgr.smithi145.wseuez (mgr.14180) 913 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:51.114 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:51.114 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:51.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:52.442 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:52.773 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:51.092753+0000 mgr.smithi145.wseuez (mgr.14180) 914 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:52.773 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:51.109093+0000 mgr.smithi145.wseuez (mgr.14180) 915 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:53.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:51.092753+0000 mgr.smithi145.wseuez (mgr.14180) 914 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:53.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:51.109093+0000 mgr.smithi145.wseuez (mgr.14180) 915 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:53.797 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:53.797 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:54.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:54.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:53.093366+0000 mgr.smithi145.wseuez (mgr.14180) 916 : 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-02-12T16:59:55.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:53.093366+0000 mgr.smithi145.wseuez (mgr.14180) 916 : 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-02-12T16:59:55.170 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:55.814 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:53.791641+0000 mgr.smithi145.wseuez (mgr.14180) 917 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:56.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:53.791641+0000 mgr.smithi145.wseuez (mgr.14180) 917 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:56.462 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:56.462 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:56.767 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:55.093981+0000 mgr.smithi145.wseuez (mgr.14180) 918 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:56.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T16:59:57.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:55.093981+0000 mgr.smithi145.wseuez (mgr.14180) 918 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:57.812 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T16:59:57.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:56.457154+0000 mgr.smithi145.wseuez (mgr.14180) 919 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:58.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:56.457154+0000 mgr.smithi145.wseuez (mgr.14180) 919 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T16:59:58.739 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 16:59:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:57.094565+0000 mgr.smithi145.wseuez (mgr.14180) 920 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:59.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 16:59:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:57.094565+0000 mgr.smithi145.wseuez (mgr.14180) 920 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T16:59:59.096 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T16:59:59.096 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T16:59:59.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:00.605 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:00.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T16:59:59.090868+0000 mgr.smithi145.wseuez (mgr.14180) 921 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:00.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T16:59:59.095324+0000 mgr.smithi145.wseuez (mgr.14180) 922 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:00.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:00.000193+0000 mon.smithi145 (mon.0) 693 : cluster [INF] overall HEALTH_OK 2024-02-12T17:00:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T16:59:59.090868+0000 mgr.smithi145.wseuez (mgr.14180) 921 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T16:59:59.095324+0000 mgr.smithi145.wseuez (mgr.14180) 922 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:00.000193+0000 mon.smithi145 (mon.0) 693 : cluster [INF] overall HEALTH_OK 2024-02-12T17:00:01.848 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:01.849 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:02.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:02.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:01.096004+0000 mgr.smithi145.wseuez (mgr.14180) 923 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:03.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:01.096004+0000 mgr.smithi145.wseuez (mgr.14180) 923 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:03.203 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:03.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:01.843958+0000 mgr.smithi145.wseuez (mgr.14180) 924 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:01.843958+0000 mgr.smithi145.wseuez (mgr.14180) 924 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:04.493 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:04.493 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:04.849 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:03.096925+0000 mgr.smithi145.wseuez (mgr.14180) 925 : 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-02-12T17:00:04.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:03.096925+0000 mgr.smithi145.wseuez (mgr.14180) 925 : 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-02-12T17:00:05.893 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:05.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:05 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:04.488058+0000 mgr.smithi145.wseuez (mgr.14180) 926 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:06.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:05 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:04.488058+0000 mgr.smithi145.wseuez (mgr.14180) 926 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:06.805 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:05.097708+0000 mgr.smithi145.wseuez (mgr.14180) 927 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:07.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:05.097708+0000 mgr.smithi145.wseuez (mgr.14180) 927 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:07.155 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:07.155 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:07.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:08.518 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:08.862 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:07.098311+0000 mgr.smithi145.wseuez (mgr.14180) 928 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:08.862 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:07.149538+0000 mgr.smithi145.wseuez (mgr.14180) 929 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:07.098311+0000 mgr.smithi145.wseuez (mgr.14180) 928 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:07.149538+0000 mgr.smithi145.wseuez (mgr.14180) 929 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:09.808 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:09.809 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:10.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:10.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:09.099164+0000 mgr.smithi145.wseuez (mgr.14180) 930 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:11.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:09.099164+0000 mgr.smithi145.wseuez (mgr.14180) 930 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:11.167 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:11.778 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:09.803432+0000 mgr.smithi145.wseuez (mgr.14180) 931 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:12.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:09.803432+0000 mgr.smithi145.wseuez (mgr.14180) 931 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:12.468 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:12.468 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:12.764 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:11.099914+0000 mgr.smithi145.wseuez (mgr.14180) 932 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:12.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:13.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:11.099914+0000 mgr.smithi145.wseuez (mgr.14180) 932 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:13.867 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:13.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:13 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:12.463300+0000 mgr.smithi145.wseuez (mgr.14180) 933 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:14.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:13 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:12.463300+0000 mgr.smithi145.wseuez (mgr.14180) 933 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:14.811 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:13.100601+0000 mgr.smithi145.wseuez (mgr.14180) 934 : 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-02-12T17:00:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:13.100601+0000 mgr.smithi145.wseuez (mgr.14180) 934 : 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-02-12T17:00:15.185 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:15.185 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:15.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:16.541 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:16.868 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:15.101105+0000 mgr.smithi145.wseuez (mgr.14180) 935 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:16.868 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:15.179945+0000 mgr.smithi145.wseuez (mgr.14180) 936 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:15.101105+0000 mgr.smithi145.wseuez (mgr.14180) 935 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:15.179945+0000 mgr.smithi145.wseuez (mgr.14180) 936 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:17.791 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:17.791 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:18.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:19.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:17.101755+0000 mgr.smithi145.wseuez (mgr.14180) 937 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:19.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:17.101755+0000 mgr.smithi145.wseuez (mgr.14180) 937 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:19.166 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:19.760 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:17.786371+0000 mgr.smithi145.wseuez (mgr.14180) 938 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:20.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:17.786371+0000 mgr.smithi145.wseuez (mgr.14180) 938 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:20.422 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:20.422 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:20.713 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:19.102609+0000 mgr.smithi145.wseuez (mgr.14180) 939 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:20.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:21.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:19.102609+0000 mgr.smithi145.wseuez (mgr.14180) 939 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:21.807 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:22.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:21 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:20.417072+0000 mgr.smithi145.wseuez (mgr.14180) 940 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:22.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:21 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:20.417072+0000 mgr.smithi145.wseuez (mgr.14180) 940 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:22.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:21.103337+0000 mgr.smithi145.wseuez (mgr.14180) 941 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:23.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:21.103337+0000 mgr.smithi145.wseuez (mgr.14180) 941 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:23.165 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:23.165 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:23.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:24.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:24.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:23.104205+0000 mgr.smithi145.wseuez (mgr.14180) 942 : 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-02-12T17:00:24.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:23.160229+0000 mgr.smithi145.wseuez (mgr.14180) 943 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:25.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:23.104205+0000 mgr.smithi145.wseuez (mgr.14180) 942 : 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-02-12T17:00:25.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:23.160229+0000 mgr.smithi145.wseuez (mgr.14180) 943 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:25.926 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:25.926 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:26.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:27.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:25.104793+0000 mgr.smithi145.wseuez (mgr.14180) 944 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:27.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:25.104793+0000 mgr.smithi145.wseuez (mgr.14180) 944 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:27.273 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:27.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:25.921510+0000 mgr.smithi145.wseuez (mgr.14180) 945 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:28.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:25.921510+0000 mgr.smithi145.wseuez (mgr.14180) 945 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:28.548 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:28.548 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:28.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:27.105811+0000 mgr.smithi145.wseuez (mgr.14180) 946 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:28.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:29.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:27.105811+0000 mgr.smithi145.wseuez (mgr.14180) 946 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:29.905 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:29.940 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:29 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:28.543262+0000 mgr.smithi145.wseuez (mgr.14180) 947 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:30.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:29 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:28.543262+0000 mgr.smithi145.wseuez (mgr.14180) 947 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:30.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:29.106753+0000 mgr.smithi145.wseuez (mgr.14180) 948 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:31.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:29.106753+0000 mgr.smithi145.wseuez (mgr.14180) 948 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:31.208 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:31.208 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:31.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:32.579 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:32.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:31.107381+0000 mgr.smithi145.wseuez (mgr.14180) 949 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:32.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:31.203228+0000 mgr.smithi145.wseuez (mgr.14180) 950 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:31.107381+0000 mgr.smithi145.wseuez (mgr.14180) 949 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:33.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:31.203228+0000 mgr.smithi145.wseuez (mgr.14180) 950 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:33.891 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:33.891 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:34.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:35.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:33.108214+0000 mgr.smithi145.wseuez (mgr.14180) 951 : 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-02-12T17:00:35.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:33.108214+0000 mgr.smithi145.wseuez (mgr.14180) 951 : 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-02-12T17:00:35.264 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:35.865 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:33.886019+0000 mgr.smithi145.wseuez (mgr.14180) 952 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:36.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:33.886019+0000 mgr.smithi145.wseuez (mgr.14180) 952 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:36.535 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:36.535 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:36.885 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:35.108950+0000 mgr.smithi145.wseuez (mgr.14180) 953 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:36.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:37.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:35.108950+0000 mgr.smithi145.wseuez (mgr.14180) 953 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:37.888 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:38.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:37 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:36.530040+0000 mgr.smithi145.wseuez (mgr.14180) 954 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:38.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:37 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:36.530040+0000 mgr.smithi145.wseuez (mgr.14180) 954 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:38.824 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:37.109529+0000 mgr.smithi145.wseuez (mgr.14180) 955 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:39.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:37.109529+0000 mgr.smithi145.wseuez (mgr.14180) 955 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:39.173 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:39.174 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:39.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:40.555 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:40.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:39.110154+0000 mgr.smithi145.wseuez (mgr.14180) 956 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:40.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:39.168712+0000 mgr.smithi145.wseuez (mgr.14180) 957 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:41.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:39.110154+0000 mgr.smithi145.wseuez (mgr.14180) 956 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:41.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:39.168712+0000 mgr.smithi145.wseuez (mgr.14180) 957 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:41.868 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:41.868 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:42.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:43.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:41.110751+0000 mgr.smithi145.wseuez (mgr.14180) 958 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:43.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:41.110751+0000 mgr.smithi145.wseuez (mgr.14180) 958 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:43.237 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:43.822 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:41.863011+0000 mgr.smithi145.wseuez (mgr.14180) 959 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:44.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:41.863011+0000 mgr.smithi145.wseuez (mgr.14180) 959 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:44.460 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:44.461 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:44.834 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:43.111481+0000 mgr.smithi145.wseuez (mgr.14180) 960 : 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-02-12T17:00:44.835 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:44.455717+0000 mgr.smithi145.wseuez (mgr.14180) 961 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:44.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:43.111481+0000 mgr.smithi145.wseuez (mgr.14180) 960 : 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-02-12T17:00:45.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:44.455717+0000 mgr.smithi145.wseuez (mgr.14180) 961 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:45.837 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:46.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:45.112018+0000 mgr.smithi145.wseuez (mgr.14180) 962 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:46.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:45.112018+0000 mgr.smithi145.wseuez (mgr.14180) 962 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:47.116 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:47.116 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:47.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:48.449 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:48.483 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:47.108680+0000 mgr.smithi145.wseuez (mgr.14180) 963 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:48.483 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:47.112600+0000 mgr.smithi145.wseuez (mgr.14180) 964 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:47.108680+0000 mgr.smithi145.wseuez (mgr.14180) 963 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:48.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:47.112600+0000 mgr.smithi145.wseuez (mgr.14180) 964 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:49.709 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:49.709 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:50.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:49.113374+0000 mgr.smithi145.wseuez (mgr.14180) 965 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:50.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:49.704265+0000 mgr.smithi145.wseuez (mgr.14180) 966 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:49.113374+0000 mgr.smithi145.wseuez (mgr.14180) 965 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:50.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:49.704265+0000 mgr.smithi145.wseuez (mgr.14180) 966 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:51.054 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:52.352 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:52.353 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:52.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:51.114058+0000 mgr.smithi145.wseuez (mgr.14180) 967 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:52.543 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:51.114058+0000 mgr.smithi145.wseuez (mgr.14180) 967 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:52.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:53.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:53 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:52.347962+0000 mgr.smithi145.wseuez (mgr.14180) 968 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:53.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:53 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:52.347962+0000 mgr.smithi145.wseuez (mgr.14180) 968 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:53.719 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:54.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:53.114817+0000 mgr.smithi145.wseuez (mgr.14180) 969 : 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-02-12T17:00:54.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:53.114817+0000 mgr.smithi145.wseuez (mgr.14180) 969 : 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-02-12T17:00:55.048 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:55.049 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:55.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:56.426 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:56.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:55.043740+0000 mgr.smithi145.wseuez (mgr.14180) 970 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:56.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:55.115589+0000 mgr.smithi145.wseuez (mgr.14180) 971 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:55.043740+0000 mgr.smithi145.wseuez (mgr.14180) 970 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:55.115589+0000 mgr.smithi145.wseuez (mgr.14180) 971 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:57.742 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:00:57.742 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:53:24.804653Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.bukpwg on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-bukpwg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.bukpwg\nDeploy daemon haproxy.nfs.foo.smithi160.bukpwg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:51:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:52:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.402156Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jjyquz on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-jjyquz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.jjyquz\nDeploy daemon haproxy.nfs.foo.smithi145.jjyquz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:54:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:54:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:55:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T16:55:54.403534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vbcjpn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:00:58.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:00:58.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:57.116229+0000 mgr.smithi145.wseuez (mgr.14180) 972 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:58.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:57.116229+0000 mgr.smithi145.wseuez (mgr.14180) 972 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:00:59.108 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:00:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:57.737342+0000 mgr.smithi145.wseuez (mgr.14180) 973 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:59.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:00:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:00:58.955029+0000 mon.smithi145 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ylgbfb"}]: dispatch 2024-02-12T17:00:59.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:57.737342+0000 mgr.smithi145.wseuez (mgr.14180) 973 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:00:59.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:00:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:00:58.955029+0000 mon.smithi145 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ylgbfb"}]: dispatch 2024-02-12T17:01:00.370 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:00.370 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:00.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T17:00:58.954430+0000 mgr.smithi145.wseuez (mgr.14180) 974 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.511 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.ylgbfb ... 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:59:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:59:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T17:00:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Traceback (most recent call last): 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: yield (conn, connr) 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: code, '\n'.join(err))) 2024-02-12T17:01:00.512 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.ylgbfb ... 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:59:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:59:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T17:00:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T17:00:58.954669+0000 mgr.smithi145.wseuez (mgr.14180) 975 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T17:00:58.955819+0000 mgr.smithi145.wseuez (mgr.14180) 976 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: Deploy daemon haproxy.nfs.foo.smithi145.ylgbfb ... 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:59:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T16:59:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr time="2024-02-12T17:00:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T17:00:58.957941+0000 mgr.smithi145.wseuez (mgr.14180) 977 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T17:00:58.959089+0000 mgr.smithi145.wseuez (mgr.14180) 978 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:58.960276+0000 mgr.smithi145.wseuez (mgr.14180) 979 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:00.514 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:00:59.244008+0000 mon.smithi145 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T17:01:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T17:00:58.954430+0000 mgr.smithi145.wseuez (mgr.14180) 974 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.ylgbfb ... 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:59:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:59:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T17:00:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Traceback (most recent call last): 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: yield (conn, connr) 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-12T17:01:00.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: code, '\n'.join(err))) 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.ylgbfb ... 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:59:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:59:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T17:00:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T17:00:58.954669+0000 mgr.smithi145.wseuez (mgr.14180) 975 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T17:00:58.955819+0000 mgr.smithi145.wseuez (mgr.14180) 976 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: /bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: Deploy daemon haproxy.nfs.foo.smithi145.ylgbfb ... 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:59:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T16:59:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr time="2024-02-12T17:00:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T17:00:58.957941+0000 mgr.smithi145.wseuez (mgr.14180) 977 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T17:00:58.959089+0000 mgr.smithi145.wseuez (mgr.14180) 978 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:58.960276+0000 mgr.smithi145.wseuez (mgr.14180) 979 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:00.547 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:00:59.244008+0000 mon.smithi145 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T17:01:00.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:01.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:01 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:00.364478+0000 mgr.smithi145.wseuez (mgr.14180) 980 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:01.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:01 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:00.364478+0000 mgr.smithi145.wseuez (mgr.14180) 980 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:01.725 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:02.335 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:00.961023+0000 mgr.smithi145.wseuez (mgr.14180) 981 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:02.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:02.000158+0000 mon.smithi145 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:01:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:00.961023+0000 mgr.smithi145.wseuez (mgr.14180) 981 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:02.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:02.000158+0000 mon.smithi145 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:01:03.016 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:03.016 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:03.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:03.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:02.387714+0000 mon.smithi145 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:01:03.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:02.387714+0000 mon.smithi145 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:01:04.349 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:04.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:02.961774+0000 mgr.smithi145.wseuez (mgr.14180) 982 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-12T17:01:04.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:03.010755+0000 mgr.smithi145.wseuez (mgr.14180) 983 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:02.961774+0000 mgr.smithi145.wseuez (mgr.14180) 982 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-12T17:01:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:03.010755+0000 mgr.smithi145.wseuez (mgr.14180) 983 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:05.667 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:05.668 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:06.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:04.962440+0000 mgr.smithi145.wseuez (mgr.14180) 984 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:05.662523+0000 mgr.smithi145.wseuez (mgr.14180) 985 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:04.962440+0000 mgr.smithi145.wseuez (mgr.14180) 984 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:05.662523+0000 mgr.smithi145.wseuez (mgr.14180) 985 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:07.168 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:08.513 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:08.513 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:08.537 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:06.963353+0000 mgr.smithi145.wseuez (mgr.14180) 986 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:06.963353+0000 mgr.smithi145.wseuez (mgr.14180) 986 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:08.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:09.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:09 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:08.508608+0000 mgr.smithi145.wseuez (mgr.14180) 987 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:09.881 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:09.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:09 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:08.508608+0000 mgr.smithi145.wseuez (mgr.14180) 987 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:10.476 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:08.964434+0000 mgr.smithi145.wseuez (mgr.14180) 988 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:08.964434+0000 mgr.smithi145.wseuez (mgr.14180) 988 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-12T17:01:11.127 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:11.127 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:11.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:12.490 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:10.965190+0000 mgr.smithi145.wseuez (mgr.14180) 989 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:11.122301+0000 mgr.smithi145.wseuez (mgr.14180) 990 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:12.807 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:10.965190+0000 mgr.smithi145.wseuez (mgr.14180) 989 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:12.808 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:11.122301+0000 mgr.smithi145.wseuez (mgr.14180) 990 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:13.765 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:13.765 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:14.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:12.966089+0000 mgr.smithi145.wseuez (mgr.14180) 991 : 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-02-12T17:01:14.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:12.966089+0000 mgr.smithi145.wseuez (mgr.14180) 991 : 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-02-12T17:01:15.140 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:15.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:13.760764+0000 mgr.smithi145.wseuez (mgr.14180) 992 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:15.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:13.760764+0000 mgr.smithi145.wseuez (mgr.14180) 992 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:16.456 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:16.456 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:16.736 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:14.966866+0000 mgr.smithi145.wseuez (mgr.14180) 993 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:14.966866+0000 mgr.smithi145.wseuez (mgr.14180) 993 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:16.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:17.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:16.451458+0000 mgr.smithi145.wseuez (mgr.14180) 994 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:17.841 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:17.870 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:17 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:16.451458+0000 mgr.smithi145.wseuez (mgr.14180) 994 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:18.784 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:16.967787+0000 mgr.smithi145.wseuez (mgr.14180) 995 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:18.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:16.967787+0000 mgr.smithi145.wseuez (mgr.14180) 995 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:19.133 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:19.133 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:19.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:20.497 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:18.968829+0000 mgr.smithi145.wseuez (mgr.14180) 996 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:19.127875+0000 mgr.smithi145.wseuez (mgr.14180) 997 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:20.849 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:18.968829+0000 mgr.smithi145.wseuez (mgr.14180) 996 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:20.850 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:19.127875+0000 mgr.smithi145.wseuez (mgr.14180) 997 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:21.794 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:21.794 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:22.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:20.969803+0000 mgr.smithi145.wseuez (mgr.14180) 998 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:22.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:20.969803+0000 mgr.smithi145.wseuez (mgr.14180) 998 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:23.173 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:23.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:21.788772+0000 mgr.smithi145.wseuez (mgr.14180) 999 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:23.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:21.788772+0000 mgr.smithi145.wseuez (mgr.14180) 999 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:24.552 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:24.553 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:24.731 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:22.970830+0000 mgr.smithi145.wseuez (mgr.14180) 1000 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:24.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:22.970830+0000 mgr.smithi145.wseuez (mgr.14180) 1000 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:24.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:25.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:25 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:24.547819+0000 mgr.smithi145.wseuez (mgr.14180) 1001 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:25.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:25 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:24.547819+0000 mgr.smithi145.wseuez (mgr.14180) 1001 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:25.953 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:26.589 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:24.971510+0000 mgr.smithi145.wseuez (mgr.14180) 1002 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:24.971510+0000 mgr.smithi145.wseuez (mgr.14180) 1002 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:27.256 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:27.256 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:27.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:28.621 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:26.972211+0000 mgr.smithi145.wseuez (mgr.14180) 1003 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:27.251389+0000 mgr.smithi145.wseuez (mgr.14180) 1004 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:28.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:26.972211+0000 mgr.smithi145.wseuez (mgr.14180) 1003 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:28.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:27.251389+0000 mgr.smithi145.wseuez (mgr.14180) 1004 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:29.879 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:29.879 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:30.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:30.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:28.973069+0000 mgr.smithi145.wseuez (mgr.14180) 1005 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:28.973069+0000 mgr.smithi145.wseuez (mgr.14180) 1005 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:31.239 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:31.564 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:29.874670+0000 mgr.smithi145.wseuez (mgr.14180) 1006 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:31.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:29.874670+0000 mgr.smithi145.wseuez (mgr.14180) 1006 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:32.549 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:32.549 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:30.973878+0000 mgr.smithi145.wseuez (mgr.14180) 1007 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:32.800 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:30.973878+0000 mgr.smithi145.wseuez (mgr.14180) 1007 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:32.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:32.543878+0000 mgr.smithi145.wseuez (mgr.14180) 1008 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:33.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:32.543878+0000 mgr.smithi145.wseuez (mgr.14180) 1008 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:33.919 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:34.546 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:32.974699+0000 mgr.smithi145.wseuez (mgr.14180) 1009 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:34.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:32.974699+0000 mgr.smithi145.wseuez (mgr.14180) 1009 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:35.247 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:35.248 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:35.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:36.643 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:34.975373+0000 mgr.smithi145.wseuez (mgr.14180) 1010 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:35.242757+0000 mgr.smithi145.wseuez (mgr.14180) 1011 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:36.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:34.975373+0000 mgr.smithi145.wseuez (mgr.14180) 1010 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:36.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:35.242757+0000 mgr.smithi145.wseuez (mgr.14180) 1011 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:37.977 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:37.978 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:38.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:38.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:36.976170+0000 mgr.smithi145.wseuez (mgr.14180) 1012 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:38.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:36.976170+0000 mgr.smithi145.wseuez (mgr.14180) 1012 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:39.343 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:39.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:37.972654+0000 mgr.smithi145.wseuez (mgr.14180) 1013 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:39.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:37.972654+0000 mgr.smithi145.wseuez (mgr.14180) 1013 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:40.636 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:40.636 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:40.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:38.976980+0000 mgr.smithi145.wseuez (mgr.14180) 1014 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:38.976980+0000 mgr.smithi145.wseuez (mgr.14180) 1014 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:40.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:40.631424+0000 mgr.smithi145.wseuez (mgr.14180) 1015 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:41.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:40.631424+0000 mgr.smithi145.wseuez (mgr.14180) 1015 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:41.993 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:42.636 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:40.977737+0000 mgr.smithi145.wseuez (mgr.14180) 1016 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:40.977737+0000 mgr.smithi145.wseuez (mgr.14180) 1016 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:43.293 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:43.293 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:43.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:44.643 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:42.978542+0000 mgr.smithi145.wseuez (mgr.14180) 1017 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:43.288890+0000 mgr.smithi145.wseuez (mgr.14180) 1018 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:44.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:42.978542+0000 mgr.smithi145.wseuez (mgr.14180) 1017 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:44.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:43.288890+0000 mgr.smithi145.wseuez (mgr.14180) 1018 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:45.979 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:45.979 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:46.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:46.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:44.979173+0000 mgr.smithi145.wseuez (mgr.14180) 1019 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:44.979173+0000 mgr.smithi145.wseuez (mgr.14180) 1019 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:47.392 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:47.718 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:45.974238+0000 mgr.smithi145.wseuez (mgr.14180) 1020 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:47.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:45.974238+0000 mgr.smithi145.wseuez (mgr.14180) 1020 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:48.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:48.643 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:48.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:46.980144+0000 mgr.smithi145.wseuez (mgr.14180) 1021 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:46.980144+0000 mgr.smithi145.wseuez (mgr.14180) 1021 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:48.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:49.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:48.637588+0000 mgr.smithi145.wseuez (mgr.14180) 1022 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:49.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:48.637588+0000 mgr.smithi145.wseuez (mgr.14180) 1022 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:50.000 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:50.635 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:48.981153+0000 mgr.smithi145.wseuez (mgr.14180) 1023 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:48.981153+0000 mgr.smithi145.wseuez (mgr.14180) 1023 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:51.310 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:51.311 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:51.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:52.690 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:52.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:50.981882+0000 mgr.smithi145.wseuez (mgr.14180) 1024 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:52.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:51.305447+0000 mgr.smithi145.wseuez (mgr.14180) 1025 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:52.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:50.981882+0000 mgr.smithi145.wseuez (mgr.14180) 1024 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:52.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:51.305447+0000 mgr.smithi145.wseuez (mgr.14180) 1025 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:54.001 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:54.001 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:54.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:54.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:52.982906+0000 mgr.smithi145.wseuez (mgr.14180) 1026 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:52.982906+0000 mgr.smithi145.wseuez (mgr.14180) 1026 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:01:55.390 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:55.724 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:53.995945+0000 mgr.smithi145.wseuez (mgr.14180) 1027 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:55.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:53.995945+0000 mgr.smithi145.wseuez (mgr.14180) 1027 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:54.983734+0000 mgr.smithi145.wseuez (mgr.14180) 1028 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:56.724 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:56.724 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:56.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:54.983734+0000 mgr.smithi145.wseuez (mgr.14180) 1028 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:57.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:01:57.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:57 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:56.719179+0000 mgr.smithi145.wseuez (mgr.14180) 1029 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:58.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:57 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:56.719179+0000 mgr.smithi145.wseuez (mgr.14180) 1029 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:01:58.075 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:01:58.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:56.984511+0000 mgr.smithi145.wseuez (mgr.14180) 1030 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:59.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:56.984511+0000 mgr.smithi145.wseuez (mgr.14180) 1030 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:01:59.381 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:01:59.382 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:56.164414Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:56.164556Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:56.164660Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:56.164728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:56.164792Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:56.165055Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:01:59.845 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:01:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:58.961831+0000 mon.smithi145 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T17:01:59.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:00.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:01:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:58.961831+0000 mon.smithi145 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T17:02:00.866 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:00.895 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:01:58.985306+0000 mgr.smithi145.wseuez (mgr.14180) 1031 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:00.895 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:01:59.376129+0000 mgr.smithi145.wseuez (mgr.14180) 1032 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:00.895 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:00.352349+0000 mon.smithi145 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:01:58.985306+0000 mgr.smithi145.wseuez (mgr.14180) 1031 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:01:59.376129+0000 mgr.smithi145.wseuez (mgr.14180) 1032 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:01.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:00.352349+0000 mon.smithi145 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:02.205 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:02.205 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T16:55:58.514581Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T16:55:58.514669Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T16:55:58.514735Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T16:55:58.514510Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T16:55:58.514334Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T16:55:58.515239Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T16:55:58.514799Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T16:55:58.514940Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T16:55:58.514863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T16:55:58.515179Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:02.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:02.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:00.986004+0000 mgr.smithi145.wseuez (mgr.14180) 1033 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:03.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:00.986004+0000 mgr.smithi145.wseuez (mgr.14180) 1033 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:03.639 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:02.200017+0000 mgr.smithi145.wseuez (mgr.14180) 1034 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:02.770055+0000 mon.smithi145 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:03.061082+0000 mon.smithi145 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:03.061735+0000 mon.smithi145 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:03.065937+0000 mon.smithi145 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:03.069719+0000 mon.smithi145 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T17:02:03.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:03.076434+0000 mon.smithi145 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:02.200017+0000 mgr.smithi145.wseuez (mgr.14180) 1034 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:02.770055+0000 mon.smithi145 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:03.061082+0000 mon.smithi145 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:03.061735+0000 mon.smithi145 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:03.065937+0000 mon.smithi145 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:03.069719+0000 mon.smithi145 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T17:02:04.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:03.076434+0000 mon.smithi145 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:02.986953+0000 mgr.smithi145.wseuez (mgr.14180) 1035 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:03.066353+0000 mgr.smithi145.wseuez (mgr.14180) 1036 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cephadm 2024-02-12T17:02:03.078312+0000 mgr.smithi145.wseuez (mgr.14180) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.xbzago on smithi160 2024-02-12T17:02:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:03.768044+0000 mon.smithi145 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-12T17:02:04.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:03.768070+0000 mon.smithi145 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-12T17:02:04.903 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:04.903 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:02.986953+0000 mgr.smithi145.wseuez (mgr.14180) 1035 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:03.066353+0000 mgr.smithi145.wseuez (mgr.14180) 1036 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cephadm 2024-02-12T17:02:03.078312+0000 mgr.smithi145.wseuez (mgr.14180) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.xbzago on smithi160 2024-02-12T17:02:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:03.768044+0000 mon.smithi145 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-12T17:02:05.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:03.768070+0000 mon.smithi145 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-02-12T17:02:05.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:06.255 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:04.898236+0000 mgr.smithi145.wseuez (mgr.14180) 1038 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:06.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:05.066869+0000 mgr.smithi145.wseuez (mgr.14180) 1039 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:07.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:04.898236+0000 mgr.smithi145.wseuez (mgr.14180) 1038 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:07.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:05.066869+0000 mgr.smithi145.wseuez (mgr.14180) 1039 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:07.586 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:07.586 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:07.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:08.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:07.067417+0000 mgr.smithi145.wseuez (mgr.14180) 1040 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:08.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:07.581369+0000 mgr.smithi145.wseuez (mgr.14180) 1041 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:08.972 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:07.067417+0000 mgr.smithi145.wseuez (mgr.14180) 1040 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:09.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:07.581369+0000 mgr.smithi145.wseuez (mgr.14180) 1041 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:10.307 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:10.307 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:10.601 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:09.068151+0000 mgr.smithi145.wseuez (mgr.14180) 1042 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:10.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:11.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:09.068151+0000 mgr.smithi145.wseuez (mgr.14180) 1042 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:11.670 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:11.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:10.302549+0000 mgr.smithi145.wseuez (mgr.14180) 1043 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:12.043 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:10.302549+0000 mgr.smithi145.wseuez (mgr.14180) 1043 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:12.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:11.068750+0000 mgr.smithi145.wseuez (mgr.14180) 1044 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:12.926 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:12.926 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:13.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:11.068750+0000 mgr.smithi145.wseuez (mgr.14180) 1044 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:13.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:14.311 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:14.620 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:12.921267+0000 mgr.smithi145.wseuez (mgr.14180) 1045 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:14.621 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:13.069411+0000 mgr.smithi145.wseuez (mgr.14180) 1046 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:12.921267+0000 mgr.smithi145.wseuez (mgr.14180) 1045 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:15.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:13.069411+0000 mgr.smithi145.wseuez (mgr.14180) 1046 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-12T17:02:15.566 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:15.566 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:15.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:16.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:15.069968+0000 mgr.smithi145.wseuez (mgr.14180) 1047 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:16.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:15.561680+0000 mgr.smithi145.wseuez (mgr.14180) 1048 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:16.935 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:17.044 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:15.069968+0000 mgr.smithi145.wseuez (mgr.14180) 1047 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:17.045 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:15.561680+0000 mgr.smithi145.wseuez (mgr.14180) 1048 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:18.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:17.001869+0000 mon.smithi145 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:18.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:17.070637+0000 mgr.smithi145.wseuez (mgr.14180) 1049 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:18.304 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:18.304 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:18.327 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:17.001869+0000 mon.smithi145 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.145:0/2980172119' entity='mgr.smithi145.wseuez' 2024-02-12T17:02:18.328 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:17.070637+0000 mgr.smithi145.wseuez (mgr.14180) 1049 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:18.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:19.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:19 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:18.299771+0000 mgr.smithi145.wseuez (mgr.14180) 1050 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:19.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:19 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:18.299771+0000 mgr.smithi145.wseuez (mgr.14180) 1050 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:19.713 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:20.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:19.071305+0000 mgr.smithi145.wseuez (mgr.14180) 1051 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:20.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:19.071305+0000 mgr.smithi145.wseuez (mgr.14180) 1051 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:21.050 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:21.050 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:21.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:22.419 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:21.044953+0000 mgr.smithi145.wseuez (mgr.14180) 1052 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:22.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:21.071978+0000 mgr.smithi145.wseuez (mgr.14180) 1053 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:22.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:21.044953+0000 mgr.smithi145.wseuez (mgr.14180) 1052 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:22.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:21.071978+0000 mgr.smithi145.wseuez (mgr.14180) 1053 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:23.665 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:23.666 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:24.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:24.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:23.072669+0000 mgr.smithi145.wseuez (mgr.14180) 1054 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:24.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:23.660599+0000 mgr.smithi145.wseuez (mgr.14180) 1055 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:24.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:23.072669+0000 mgr.smithi145.wseuez (mgr.14180) 1054 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:24.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:23.660599+0000 mgr.smithi145.wseuez (mgr.14180) 1055 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:25.045 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:26.316 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:26.316 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:26.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:25.073259+0000 mgr.smithi145.wseuez (mgr.14180) 1056 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:26.581 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:25.073259+0000 mgr.smithi145.wseuez (mgr.14180) 1056 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:26.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:27.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:27 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:26.311211+0000 mgr.smithi145.wseuez (mgr.14180) 1057 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:27.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:27 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:26.311211+0000 mgr.smithi145.wseuez (mgr.14180) 1057 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:27.677 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:28.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:27.074118+0000 mgr.smithi145.wseuez (mgr.14180) 1058 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:28.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:27.074118+0000 mgr.smithi145.wseuez (mgr.14180) 1058 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:29.109 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:29.110 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:29.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:30.509 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:30.542 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:29.074791+0000 mgr.smithi145.wseuez (mgr.14180) 1059 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:30.542 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:29.104773+0000 mgr.smithi145.wseuez (mgr.14180) 1060 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:29.074791+0000 mgr.smithi145.wseuez (mgr.14180) 1059 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:30.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:29.104773+0000 mgr.smithi145.wseuez (mgr.14180) 1060 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:31.865 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:31.866 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:32.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:32.543 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:31.075486+0000 mgr.smithi145.wseuez (mgr.14180) 1061 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:32.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:31.075486+0000 mgr.smithi145.wseuez (mgr.14180) 1061 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:33.275 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:33.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:31.860929+0000 mgr.smithi145.wseuez (mgr.14180) 1062 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:33.608 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:31.860929+0000 mgr.smithi145.wseuez (mgr.14180) 1062 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:34.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:33.076228+0000 mgr.smithi145.wseuez (mgr.14180) 1063 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:34.614 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:34.614 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:34.634 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:33.076228+0000 mgr.smithi145.wseuez (mgr.14180) 1063 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:34.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:35.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:35 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:34.609456+0000 mgr.smithi145.wseuez (mgr.14180) 1064 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:35.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:35 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:34.609456+0000 mgr.smithi145.wseuez (mgr.14180) 1064 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:35.983 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:36.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:35.076802+0000 mgr.smithi145.wseuez (mgr.14180) 1065 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:36.584 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:35.076802+0000 mgr.smithi145.wseuez (mgr.14180) 1065 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:37.248 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:37.249 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:37.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:37.077449+0000 mgr.smithi145.wseuez (mgr.14180) 1066 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:38.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:37.243752+0000 mgr.smithi145.wseuez (mgr.14180) 1067 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:38.615 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:38.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:37.077449+0000 mgr.smithi145.wseuez (mgr.14180) 1066 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:38.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:37.243752+0000 mgr.smithi145.wseuez (mgr.14180) 1067 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:39.882 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:39.882 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:40.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:40.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:39.078038+0000 mgr.smithi145.wseuez (mgr.14180) 1068 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:40.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:39.078038+0000 mgr.smithi145.wseuez (mgr.14180) 1068 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:41.248 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:41.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:41 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:39.877182+0000 mgr.smithi145.wseuez (mgr.14180) 1069 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:41.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:41 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:39.877182+0000 mgr.smithi145.wseuez (mgr.14180) 1069 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:42.557 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:42.558 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:42.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:41.078871+0000 mgr.smithi145.wseuez (mgr.14180) 1070 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:41.078871+0000 mgr.smithi145.wseuez (mgr.14180) 1070 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:42.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:43.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:43 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:42.552541+0000 mgr.smithi145.wseuez (mgr.14180) 1071 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:43.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:43 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:42.552541+0000 mgr.smithi145.wseuez (mgr.14180) 1071 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:43.948 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:44.592 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:43.079796+0000 mgr.smithi145.wseuez (mgr.14180) 1072 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:43.079796+0000 mgr.smithi145.wseuez (mgr.14180) 1072 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:45.187 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:45.188 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:45.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:46.555 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:46.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:45.080342+0000 mgr.smithi145.wseuez (mgr.14180) 1073 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:46.588 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:45.182909+0000 mgr.smithi145.wseuez (mgr.14180) 1074 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:45.080342+0000 mgr.smithi145.wseuez (mgr.14180) 1073 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:46.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:45.182909+0000 mgr.smithi145.wseuez (mgr.14180) 1074 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:47.821 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:47.822 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:48.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:48.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:47.081204+0000 mgr.smithi145.wseuez (mgr.14180) 1075 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:48.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:47.081204+0000 mgr.smithi145.wseuez (mgr.14180) 1075 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:49.180 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:49.489 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:49 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:47.816308+0000 mgr.smithi145.wseuez (mgr.14180) 1076 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:49.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:49 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:47.816308+0000 mgr.smithi145.wseuez (mgr.14180) 1076 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:50.504 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:50.504 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:50.509 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:49.082026+0000 mgr.smithi145.wseuez (mgr.14180) 1077 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:49.082026+0000 mgr.smithi145.wseuez (mgr.14180) 1077 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:50.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:51.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:51 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:50.499380+0000 mgr.smithi145.wseuez (mgr.14180) 1078 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:51.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:51 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:50.499380+0000 mgr.smithi145.wseuez (mgr.14180) 1078 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:51.871 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:52.499 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:51.082779+0000 mgr.smithi145.wseuez (mgr.14180) 1079 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:52.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:51.082779+0000 mgr.smithi145.wseuez (mgr.14180) 1079 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:53.118 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:53.118 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:53.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:54.479 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:54.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:53.083618+0000 mgr.smithi145.wseuez (mgr.14180) 1080 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:53.113119+0000 mgr.smithi145.wseuez (mgr.14180) 1081 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:53.083618+0000 mgr.smithi145.wseuez (mgr.14180) 1080 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:02:54.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:53.113119+0000 mgr.smithi145.wseuez (mgr.14180) 1081 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:55.743 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:55.743 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:56.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:55.084321+0000 mgr.smithi145.wseuez (mgr.14180) 1082 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:56.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:55.738555+0000 mgr.smithi145.wseuez (mgr.14180) 1083 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:56.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:55.084321+0000 mgr.smithi145.wseuez (mgr.14180) 1082 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:56.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:55.738555+0000 mgr.smithi145.wseuez (mgr.14180) 1083 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:57.121 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:02:58.436 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:02:58.437 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:02:58.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:57.085085+0000 mgr.smithi145.wseuez (mgr.14180) 1084 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:58.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:57.085085+0000 mgr.smithi145.wseuez (mgr.14180) 1084 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:02:58.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:02:59.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:02:59 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:02:58.431745+0000 mgr.smithi145.wseuez (mgr.14180) 1085 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:59.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:02:59 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:02:58.431745+0000 mgr.smithi145.wseuez (mgr.14180) 1085 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:02:59.812 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:00.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:02:59.085720+0000 mgr.smithi145.wseuez (mgr.14180) 1086 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:02:59.085720+0000 mgr.smithi145.wseuez (mgr.14180) 1086 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:01.027 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:01.027 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:01.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:02.395 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:02.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:01.022592+0000 mgr.smithi145.wseuez (mgr.14180) 1087 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:02.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:01.086314+0000 mgr.smithi145.wseuez (mgr.14180) 1088 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:01.022592+0000 mgr.smithi145.wseuez (mgr.14180) 1087 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:02.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:01.086314+0000 mgr.smithi145.wseuez (mgr.14180) 1088 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:03.634 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:03.635 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:03.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:04.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:03.087045+0000 mgr.smithi145.wseuez (mgr.14180) 1089 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:04.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:03.629500+0000 mgr.smithi145.wseuez (mgr.14180) 1090 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:03.087045+0000 mgr.smithi145.wseuez (mgr.14180) 1089 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:03.629500+0000 mgr.smithi145.wseuez (mgr.14180) 1090 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:04.996 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:06.346 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:06.347 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:06.632 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:05.087608+0000 mgr.smithi145.wseuez (mgr.14180) 1091 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:06.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:05.087608+0000 mgr.smithi145.wseuez (mgr.14180) 1091 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:07.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:07 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:06.341749+0000 mgr.smithi145.wseuez (mgr.14180) 1092 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:07.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:07 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:06.341749+0000 mgr.smithi145.wseuez (mgr.14180) 1092 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:07.701 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:08.614 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:07.088190+0000 mgr.smithi145.wseuez (mgr.14180) 1093 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:07.088190+0000 mgr.smithi145.wseuez (mgr.14180) 1093 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:08.960 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:08.961 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:09.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:10.318 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:10.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:08.955753+0000 mgr.smithi145.wseuez (mgr.14180) 1094 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:10.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:09.088941+0000 mgr.smithi145.wseuez (mgr.14180) 1095 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:10.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:08.955753+0000 mgr.smithi145.wseuez (mgr.14180) 1094 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:09.088941+0000 mgr.smithi145.wseuez (mgr.14180) 1095 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:11.591 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:11.592 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:11.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:12.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:11.089561+0000 mgr.smithi145.wseuez (mgr.14180) 1096 : 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-02-12T17:03:12.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:11.586648+0000 mgr.smithi145.wseuez (mgr.14180) 1097 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:11.089561+0000 mgr.smithi145.wseuez (mgr.14180) 1096 : 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-02-12T17:03:12.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:11.586648+0000 mgr.smithi145.wseuez (mgr.14180) 1097 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:12.959 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:14.269 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:14.269 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:14.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:13.090255+0000 mgr.smithi145.wseuez (mgr.14180) 1098 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:14.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:14.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:13.090255+0000 mgr.smithi145.wseuez (mgr.14180) 1098 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:15.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:15 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:14.264338+0000 mgr.smithi145.wseuez (mgr.14180) 1099 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:15.650 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:15.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:15 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:14.264338+0000 mgr.smithi145.wseuez (mgr.14180) 1099 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:16.561 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:15.090801+0000 mgr.smithi145.wseuez (mgr.14180) 1100 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:15.090801+0000 mgr.smithi145.wseuez (mgr.14180) 1100 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:16.905 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:16.905 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:17.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:18.258 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:18.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:16.900373+0000 mgr.smithi145.wseuez (mgr.14180) 1101 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:18.585 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:18 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:17.091553+0000 mgr.smithi145.wseuez (mgr.14180) 1102 : 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-02-12T17:03:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:16.900373+0000 mgr.smithi145.wseuez (mgr.14180) 1101 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:18.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:18 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:17.091553+0000 mgr.smithi145.wseuez (mgr.14180) 1102 : 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-02-12T17:03:19.524 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:19.524 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:19.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:20.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:19.092391+0000 mgr.smithi145.wseuez (mgr.14180) 1103 : 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-02-12T17:03:20.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:20 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:19.519437+0000 mgr.smithi145.wseuez (mgr.14180) 1104 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:19.092391+0000 mgr.smithi145.wseuez (mgr.14180) 1103 : 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-02-12T17:03:20.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:20 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:19.519437+0000 mgr.smithi145.wseuez (mgr.14180) 1104 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:20.883 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:22.185 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:22.186 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:22.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:22 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:21.093184+0000 mgr.smithi145.wseuez (mgr.14180) 1105 : 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-02-12T17:03:22.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:22.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:22 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:21.093184+0000 mgr.smithi145.wseuez (mgr.14180) 1105 : 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-02-12T17:03:23.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:23.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:23 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:22.180504+0000 mgr.smithi145.wseuez (mgr.14180) 1106 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:23.874 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:23 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:22.180504+0000 mgr.smithi145.wseuez (mgr.14180) 1106 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:24 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:23.093916+0000 mgr.smithi145.wseuez (mgr.14180) 1107 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:24.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:24 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:23.093916+0000 mgr.smithi145.wseuez (mgr.14180) 1107 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:24.794 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:24.794 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:25.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:26.158 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:26.483 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:24.789424+0000 mgr.smithi145.wseuez (mgr.14180) 1108 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:26.483 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:26 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:25.094404+0000 mgr.smithi145.wseuez (mgr.14180) 1109 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:26.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:24.789424+0000 mgr.smithi145.wseuez (mgr.14180) 1108 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:26.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:26 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:25.094404+0000 mgr.smithi145.wseuez (mgr.14180) 1109 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:27.466 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:27.466 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:27.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:27.095035+0000 mgr.smithi145.wseuez (mgr.14180) 1110 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:28.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:28 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:27.461310+0000 mgr.smithi145.wseuez (mgr.14180) 1111 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:28.823 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:28.857 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:27.095035+0000 mgr.smithi145.wseuez (mgr.14180) 1110 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:28.857 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:28 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:27.461310+0000 mgr.smithi145.wseuez (mgr.14180) 1111 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:30.107 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:30.107 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:30.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:30.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:30 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:29.095728+0000 mgr.smithi145.wseuez (mgr.14180) 1112 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:30.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:30 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:29.095728+0000 mgr.smithi145.wseuez (mgr.14180) 1112 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:31.480 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:31.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:31 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:30.102474+0000 mgr.smithi145.wseuez (mgr.14180) 1113 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:31.798 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:31 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:30.102474+0000 mgr.smithi145.wseuez (mgr.14180) 1113 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:32.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:32 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:31.096383+0000 mgr.smithi145.wseuez (mgr.14180) 1114 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:32.705 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:32.705 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:32.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:32 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:31.096383+0000 mgr.smithi145.wseuez (mgr.14180) 1114 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:33.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:33.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:33 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:32.700281+0000 mgr.smithi145.wseuez (mgr.14180) 1115 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:33.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:33 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:32.700281+0000 mgr.smithi145.wseuez (mgr.14180) 1115 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:34.064 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:34.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:34 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:33.097262+0000 mgr.smithi145.wseuez (mgr.14180) 1116 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:34.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:34 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:33.097262+0000 mgr.smithi145.wseuez (mgr.14180) 1116 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:35.348 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:35.348 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:35.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:36.712 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:36.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:35.097773+0000 mgr.smithi145.wseuez (mgr.14180) 1117 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:36.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:36 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:35.343749+0000 mgr.smithi145.wseuez (mgr.14180) 1118 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:35.097773+0000 mgr.smithi145.wseuez (mgr.14180) 1117 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:36.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:36 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:35.343749+0000 mgr.smithi145.wseuez (mgr.14180) 1118 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:38.081 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:38.081 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:38.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:38.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:38 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:37.098588+0000 mgr.smithi145.wseuez (mgr.14180) 1119 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:38.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:38 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:37.098588+0000 mgr.smithi145.wseuez (mgr.14180) 1119 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:39.487 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:39.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:39 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:38.075112+0000 mgr.smithi145.wseuez (mgr.14180) 1120 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:39.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:39 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:38.075112+0000 mgr.smithi145.wseuez (mgr.14180) 1120 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:40.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:40 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:39.099330+0000 mgr.smithi145.wseuez (mgr.14180) 1121 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:40.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:40 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:39.099330+0000 mgr.smithi145.wseuez (mgr.14180) 1121 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:40.902 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:40.902 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:41.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:42.305 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:42.630 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:40.897427+0000 mgr.smithi145.wseuez (mgr.14180) 1122 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:42.630 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:42 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:41.099989+0000 mgr.smithi145.wseuez (mgr.14180) 1123 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:40.897427+0000 mgr.smithi145.wseuez (mgr.14180) 1122 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:42.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:42 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:41.099989+0000 mgr.smithi145.wseuez (mgr.14180) 1123 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:43.653 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:43.653 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:44.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:44.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:43.100671+0000 mgr.smithi145.wseuez (mgr.14180) 1124 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:44.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:44 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:43.648573+0000 mgr.smithi145.wseuez (mgr.14180) 1125 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:44.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:43.100671+0000 mgr.smithi145.wseuez (mgr.14180) 1124 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:44.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:44 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:43.648573+0000 mgr.smithi145.wseuez (mgr.14180) 1125 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:45.020 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:46.306 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:46.306 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:46.633 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:46 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:45.101256+0000 mgr.smithi145.wseuez (mgr.14180) 1126 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:46.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:46.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:46 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:45.101256+0000 mgr.smithi145.wseuez (mgr.14180) 1126 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:47.678 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:47.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:47 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:46.301577+0000 mgr.smithi145.wseuez (mgr.14180) 1127 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:47.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:47 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:46.301577+0000 mgr.smithi145.wseuez (mgr.14180) 1127 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:48.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:48 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:47.102019+0000 mgr.smithi145.wseuez (mgr.14180) 1128 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:48.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:48 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:47.102019+0000 mgr.smithi145.wseuez (mgr.14180) 1128 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:48.950 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:48.950 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:49.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:50.310 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:50.619 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:48.945307+0000 mgr.smithi145.wseuez (mgr.14180) 1129 : audit [DBG] from='client.16266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:50.619 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:50 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:49.102694+0000 mgr.smithi145.wseuez (mgr.14180) 1130 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:48.945307+0000 mgr.smithi145.wseuez (mgr.14180) 1129 : audit [DBG] from='client.16266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:50.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:50 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:49.102694+0000 mgr.smithi145.wseuez (mgr.14180) 1130 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:51.667 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:51.667 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:52.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:52.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:51.103550+0000 mgr.smithi145.wseuez (mgr.14180) 1131 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:52.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:52 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:51.662509+0000 mgr.smithi145.wseuez (mgr.14180) 1132 : audit [DBG] from='client.16270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:52.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:51.103550+0000 mgr.smithi145.wseuez (mgr.14180) 1131 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:52.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:52 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:51.662509+0000 mgr.smithi145.wseuez (mgr.14180) 1132 : audit [DBG] from='client.16270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:53.032 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:54.377 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:54.377 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:54.665 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:54 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:53.104407+0000 mgr.smithi145.wseuez (mgr.14180) 1133 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:54.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:54.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:54 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:53.104407+0000 mgr.smithi145.wseuez (mgr.14180) 1133 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:03:55.734 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:55.766 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:55 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:54.372098+0000 mgr.smithi145.wseuez (mgr.14180) 1134 : audit [DBG] from='client.16274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:55.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:55 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:54.372098+0000 mgr.smithi145.wseuez (mgr.14180) 1134 : audit [DBG] from='client.16274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:56.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:56 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:55.104959+0000 mgr.smithi145.wseuez (mgr.14180) 1135 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:56.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:56 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:55.104959+0000 mgr.smithi145.wseuez (mgr.14180) 1135 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:57.017 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:57.017 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:03:57.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:03:58.401 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:03:58.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:57.012794+0000 mgr.smithi145.wseuez (mgr.14180) 1136 : audit [DBG] from='client.16278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:58.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:03:58 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:57.105558+0000 mgr.smithi145.wseuez (mgr.14180) 1137 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:57.012794+0000 mgr.smithi145.wseuez (mgr.14180) 1136 : audit [DBG] from='client.16278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:03:58.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:03:58 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:57.105558+0000 mgr.smithi145.wseuez (mgr.14180) 1137 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:03:59.693 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:03:59.694 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:00.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:03:59.106140+0000 mgr.smithi145.wseuez (mgr.14180) 1138 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:04:00.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:00 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:03:59.688948+0000 mgr.smithi145.wseuez (mgr.14180) 1139 : audit [DBG] from='client.16282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:00.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:03:59.106140+0000 mgr.smithi145.wseuez (mgr.14180) 1138 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:04:00.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:00 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:03:59.688948+0000 mgr.smithi145.wseuez (mgr.14180) 1139 : audit [DBG] from='client.16282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:01.060 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:04:02.333 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:04:02.334 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:02.630 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:02 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:01.106825+0000 mgr.smithi145.wseuez (mgr.14180) 1140 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:04:02.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:02.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:02 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:01.106825+0000 mgr.smithi145.wseuez (mgr.14180) 1140 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:04:03.699 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:04:03.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:03 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:04:02.328253+0000 mgr.smithi145.wseuez (mgr.14180) 1141 : audit [DBG] from='client.16286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:03.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:03 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:04:02.328253+0000 mgr.smithi145.wseuez (mgr.14180) 1141 : audit [DBG] from='client.16286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:04.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:04 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:03.107414+0000 mgr.smithi145.wseuez (mgr.14180) 1142 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:04:04.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:04 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:03.107414+0000 mgr.smithi145.wseuez (mgr.14180) 1142 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T17:04:04.932 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:04:04.932 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:05.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:06.307 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:04:06.633 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:04:04.927348+0000 mgr.smithi145.wseuez (mgr.14180) 1143 : audit [DBG] from='client.16290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:06.633 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:06 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:05.108044+0000 mgr.smithi145.wseuez (mgr.14180) 1144 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:04:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:04:04.927348+0000 mgr.smithi145.wseuez (mgr.14180) 1143 : audit [DBG] from='client.16290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:06.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:06 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:05.108044+0000 mgr.smithi145.wseuez (mgr.14180) 1144 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-12T17:04:07.572 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:04:07.573 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:07.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:07.108699+0000 mgr.smithi145.wseuez (mgr.14180) 1145 : cluster [DBG] pgmap v674: 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-02-12T17:04:08.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:08 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:04:07.567585+0000 mgr.smithi145.wseuez (mgr.14180) 1146 : audit [DBG] from='client.16294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:08.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:07.108699+0000 mgr.smithi145.wseuez (mgr.14180) 1145 : cluster [DBG] pgmap v674: 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-02-12T17:04:08.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:08 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:04:07.567585+0000 mgr.smithi145.wseuez (mgr.14180) 1146 : audit [DBG] from='client.16294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:08.973 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:04:10.361 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:04:10.361 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:10.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:10 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:09.109387+0000 mgr.smithi145.wseuez (mgr.14180) 1147 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-12T17:04:10.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:10.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:10 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:09.109387+0000 mgr.smithi145.wseuez (mgr.14180) 1147 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-12T17:04:11.766 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:04:11.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:11 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:04:10.356338+0000 mgr.smithi145.wseuez (mgr.14180) 1148 : audit [DBG] from='client.16298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:11.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:11 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:04:10.356338+0000 mgr.smithi145.wseuez (mgr.14180) 1148 : audit [DBG] from='client.16298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:12.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:12 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:11.110111+0000 mgr.smithi145.wseuez (mgr.14180) 1149 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-12T17:04:12.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:12 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:11.110111+0000 mgr.smithi145.wseuez (mgr.14180) 1149 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-12T17:04:13.035 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:04:13.035 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:13.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:14.399 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T17:04:14.732 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:04:13.030125+0000 mgr.smithi145.wseuez (mgr.14180) 1150 : audit [DBG] from='client.16302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:14.732 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:14 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:13.110811+0000 mgr.smithi145.wseuez (mgr.14180) 1151 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-12T17:04:14.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:04:13.030125+0000 mgr.smithi145.wseuez (mgr.14180) 1150 : audit [DBG] from='client.16302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:14.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:14 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:13.110811+0000 mgr.smithi145.wseuez (mgr.14180) 1151 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-12T17:04:15.655 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-12T17:04:15.655 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T16:42:15.468928Z", "last_refresh": "2024-02-12T17:02:02.763544Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T16:42:11.582693Z", "last_refresh": "2024-02-12T17:02:00.346033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T16:42:13.782104Z", "last_refresh": "2024-02-12T17:02:02.763700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:55:54.404601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.tpxqzx on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T16:58:28.981050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi160.mqlzon on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi160-mqlzon\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi160.mqlzon\nDeploy daemon haproxy.nfs.foo.smithi160.mqlzon ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:56:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:13Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:57:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.955662Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ylgbfb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-ylgbfb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\n/bin/podman: stderr Error: no such container ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.ylgbfb\nDeploy daemon haproxy.nfs.foo.smithi145.ylgbfb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-12T16:59:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T16:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-12T17:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-12T17:00:58.957855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rhllwh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-12T17:00:58.959011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi160.zbwysr on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-12T16:45:37.848832Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T16:42:10.684916Z", "last_refresh": "2024-02-12T17:02:00.346174Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:10.110079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T16:43:10.107263Z", "last_refresh": "2024-02-12T17:02:00.346243Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T16:45:37.847794Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-12T16:45:37.844434Z", "last_refresh": "2024-02-12T17:02:02.764200Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T16:42:14.636178Z", "last_refresh": "2024-02-12T17:02:00.346305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-12T16:43:35.182397Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-12T16:43:35.177080Z", "last_refresh": "2024-02-12T17:02:00.346366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T16:42:12.949031Z", "last_refresh": "2024-02-12T17:02:02.763825Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-12T16:45:34.713596Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-12T16:45:38.998266Z", "last_refresh": "2024-02-12T17:02:00.346607Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-12T17:04:16.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-12T17:04:16.006 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-12T17:04:16.231 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=230fa6f457674a9591ee507a6b110149 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-12T17:04:16.233 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-12T17:04:16.243 INFO:tasks.vip:Removing 10.0.15.145 (and any VIPs) on smithi145.front.sepia.ceph.com iface enp3s0f1... 2024-02-12T17:04:16.243 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.15.145/16 dev enp3s0f1 2024-02-12T17:04:16.278 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.31.145/16 dev enp3s0f1 2024-02-12T17:04:16.344 INFO:teuthology.orchestra.run.smithi145.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-12T17:04:16.345 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-12T17:04:16.345 INFO:tasks.vip:Removing 10.0.15.160 (and any VIPs) on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-02-12T17:04:16.346 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.15.160/16 dev enp3s0f1 2024-02-12T17:04:16.399 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.31.145/16 dev enp3s0f1 2024-02-12T17:04:16.427 INFO:teuthology.orchestra.run.smithi160.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-12T17:04:16.429 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-12T17:04:16.429 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-12T17:04:16.439 INFO:tasks.cephadm:Teardown begin 2024-02-12T17:04:16.439 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T17:04:16.466 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T17:04:16.498 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-12T17:04:16.498 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T17:04:16.523 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T17:04:16.556 INFO:tasks.cephadm:Stopping all daemons... 2024-02-12T17:04:16.557 INFO:tasks.cephadm.mon.smithi145:Stopping mon.smithi145... 2024-02-12T17:04:16.557 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145 2024-02-12T17:04:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: cluster 2024-02-12T17:04:15.111263+0000 mgr.smithi145.wseuez (mgr.14180) 1152 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-12T17:04:16.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:16 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: audit 2024-02-12T17:04:15.650726+0000 mgr.smithi145.wseuez (mgr.14180) 1153 : audit [DBG] from='client.16306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:16.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: cluster 2024-02-12T17:04:15.111263+0000 mgr.smithi145.wseuez (mgr.14180) 1152 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-12T17:04:16.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: audit 2024-02-12T17:04:15.650726+0000 mgr.smithi145.wseuez (mgr.14180) 1153 : audit [DBG] from='client.16306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T17:04:16.820 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:16 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715... 2024-02-12T17:04:16.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:16 smithi145 bash[158607]: Error: no container with name or ID "ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon.smithi145" found: no such container 2024-02-12T17:04:16.821 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T17:04:16.817+0000 7f4e5f3aa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi145 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-12T17:04:17.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:16 smithi145 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145[33254]: debug 2024-02-12T17:04:16.817+0000 7f4e5f3aa700 -1 mon.smithi145@0(leader) e2 *** Got Signal Terminated *** 2024-02-12T17:04:17.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 12 17:04:17 smithi145 bash[158646]: ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi145 2024-02-12T17:04:17.313 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi145.service' 2024-02-12T17:04:17.372 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T17:04:17.372 INFO:tasks.cephadm.mon.smithi145:Stopped mon.smithi145 2024-02-12T17:04:17.373 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2024-02-12T17:04:17.373 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi160 2024-02-12T17:04:17.441 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:17 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 81a2a5c0-c9c5-11ee-95b9-87774f69a715... 2024-02-12T17:04:17.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:17 smithi160 bash[58259]: Error: no container with name or ID "ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon.smithi160" found: no such container 2024-02-12T17:04:17.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T17:04:17.643+0000 7f1ee5157700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi160 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-12T17:04:17.794 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:17 smithi160 ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160[37648]: debug 2024-02-12T17:04:17.643+0000 7f1ee5157700 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-02-12T17:04:18.293 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 17:04:17 smithi160 bash[58300]: ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715-mon-smithi160 2024-02-12T17:04:18.318 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-81a2a5c0-c9c5-11ee-95b9-87774f69a715@mon.smithi160.service' 2024-02-12T17:04:18.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T17:04:18.369 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2024-02-12T17:04:18.369 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-12T17:05:12.786 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-12T17:05:53.894 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T17:05:53.932 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T17:05:53.962 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-12T17:05:53.964 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/remote/ubuntu@smithi145.front.sepia.ceph.com/crash 2024-02-12T17:05:53.965 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/crash -- . 2024-02-12T17:05:54.009 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T17:05:54.009 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2024-02-12T17:05:54.011 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/remote/ubuntu@smithi160.front.sepia.ceph.com/crash 2024-02-12T17:05:54.012 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/crash -- . 2024-02-12T17:05:54.051 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T17:05:54.052 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-02-12T17:05:54.052 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-12T17:05:54.053 DEBUG:teuthology.orchestra.run.smithi145:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-12T17:05:54.082 INFO:teuthology.orchestra.run.smithi145.stdout:2024-02-12T16:50:51.899958+0000 mon.smithi145 (mon.0) 653 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-12T17:05:54.083 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-12T17:05:54.084 INFO:tasks.cephadm:Compressing logs... 2024-02-12T17:05:54.084 DEBUG:teuthology.orchestra.run.smithi145:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-12T17:05:54.127 DEBUG:teuthology.orchestra.run.smithi160:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-12T17:05:54.152 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-12T17:05:54.153 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2024-02-12T17:05:54.153 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mon.smithi145.log 2024-02-12T17:05:54.153 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-12T17:05:54.153 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mon.smithi145.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-12T17:05:54.153 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log 2024-02-12T17:05:54.156 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-12T17:05:54.157 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log: 94.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-12T17:05:54.157 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-12T17:05:54.157 INFO:teuthology.orchestra.run.smithi145.stderr: 90.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-12T17:05:54.157 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi145.paeudg.log 2024-02-12T17:05:54.157 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-12T17:05:54.157 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi145.paeudg.log: 75.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi145.paeudg.log.gz 2024-02-12T17:05:54.158 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-12T17:05:54.158 INFO:teuthology.orchestra.run.smithi160.stderr:: No such file or directory 2024-02-12T17:05:54.158 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-12T17:05:54.158 INFO:teuthology.orchestra.run.smithi160.stderr:gzip /var/log/ceph/cephadm.log: -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi160.xkopql.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi160.xkopql.log: 74.8% 95.0% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi160.xkopql.log.gz -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mgr.smithi160.adhhlx.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mon.smithi160.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mgr.smithi160.adhhlx.log: gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-12T17:05:54.159 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mon.smithi160.log: /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.2.log: 90.8% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-12T17:05:54.161 INFO:teuthology.orchestra.run.smithi160.stderr: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-12T17:05:54.161 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-12T17:05:54.161 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-12T17:05:54.162 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.audit.log: 91.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-12T17:05:54.162 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mgr.smithi145.wseuez.log 2024-02-12T17:05:54.162 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-12T17:05:54.162 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mgr.smithi145.wseuez.log: /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.6.log: 92.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-12T17:05:54.162 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-12T17:05:54.163 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.0.log: 93.0% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mgr.smithi160.adhhlx.log.gz 2024-02-12T17:05:54.167 INFO:teuthology.orchestra.run.smithi160.stderr: 92.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-12T17:05:54.171 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-12T17:05:54.174 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.audit.log: 91.9% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-12T17:05:54.180 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.4.log: 93.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-12T17:05:54.411 INFO:teuthology.orchestra.run.smithi145.stderr: 90.3% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mgr.smithi145.wseuez.log.gz 2024-02-12T17:05:54.476 INFO:teuthology.orchestra.run.smithi160.stderr: 92.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mon.smithi160.log.gz 2024-02-12T17:05:54.910 INFO:teuthology.orchestra.run.smithi145.stderr: 93.0% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-12T17:05:54.983 INFO:teuthology.orchestra.run.smithi160.stderr: 93.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-12T17:05:54.988 INFO:teuthology.orchestra.run.smithi160.stderr: 93.4% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-12T17:05:55.060 INFO:teuthology.orchestra.run.smithi145.stderr: 90.5% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-mon.smithi145.log.gz 2024-02-12T17:05:55.078 INFO:teuthology.orchestra.run.smithi160.stderr: 93.4% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-12T17:05:55.080 INFO:teuthology.orchestra.run.smithi160.stderr: 93.3% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-12T17:05:55.082 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-02-12T17:05:55.082 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.940s 2024-02-12T17:05:55.083 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m3.688s 2024-02-12T17:05:55.083 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.180s 2024-02-12T17:05:55.103 INFO:teuthology.orchestra.run.smithi145.stderr: 93.4% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-12T17:05:55.191 INFO:teuthology.orchestra.run.smithi145.stderr: 93.6% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-12T17:05:55.234 INFO:teuthology.orchestra.run.smithi145.stderr: 93.8% -- replaced with /var/log/ceph/81a2a5c0-c9c5-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-12T17:05:55.236 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-12T17:05:55.236 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m1.095s 2024-02-12T17:05:55.236 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m4.827s 2024-02-12T17:05:55.236 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.200s 2024-02-12T17:05:55.237 INFO:tasks.cephadm:Archiving logs... 2024-02-12T17:05:55.237 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/remote/ubuntu@smithi145.front.sepia.ceph.com/log 2024-02-12T17:05:55.238 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T17:05:55.958 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/remote/ubuntu@smithi160.front.sepia.ceph.com/log 2024-02-12T17:05:55.959 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T17:05:56.526 INFO:tasks.cephadm:Removing cluster... 2024-02-12T17:05:56.526 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 --force 2024-02-12T17:05:56.914 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 81a2a5c0-c9c5-11ee-95b9-87774f69a715 --force 2024-02-12T17:05:57.285 INFO:tasks.cephadm:Removing cephadm ... 2024-02-12T17:05:57.285 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T17:05:57.303 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T17:05:57.319 INFO:tasks.cephadm:Teardown complete 2024-02-12T17:05:57.320 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-12T17:05:57.330 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2024-02-12T17:05:57.330 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_1 2024-02-12T17:05:57.472 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-12T17:05:57.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:57.474 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2024-02-12T17:05:57.474 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_2 2024-02-12T17:05:57.605 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-12T17:05:57.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:57.607 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2024-02-12T17:05:57.607 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_3 2024-02-12T17:05:57.726 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-12T17:05:57.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:57.728 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2024-02-12T17:05:57.728 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_4 2024-02-12T17:05:57.852 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-12T17:05:57.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:57.854 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-12T17:05:57.854 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2024-02-12T17:05:57.880 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-02-12T17:05:57.881 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_1 2024-02-12T17:05:58.002 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-12T17:05:58.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:58.004 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-02-12T17:05:58.005 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_2 2024-02-12T17:05:58.157 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-12T17:05:58.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:58.159 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-02-12T17:05:58.159 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_3 2024-02-12T17:05:58.283 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-12T17:05:58.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:58.285 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-02-12T17:05:58.285 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_4 2024-02-12T17:05:58.409 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-12T17:05:58.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:58.411 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T17:05:58.411 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-02-12T17:05:58.437 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-12T17:05:58.448 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-12T17:05:58.449 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T17:05:58.451 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T17:05:58.466 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2024-02-12T17:05:58.472 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T17:05:58.472 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-02-12T17:05:58.472 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 -1437us[-1437us] +/- 101ms 2024-02-12T17:05:58.472 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 377 40 +482us[ +484us] +/- 64ms 2024-02-12T17:05:58.472 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +447us[ +447us] +/- 70ms 2024-02-12T17:05:58.472 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T17:05:58.493 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-02-12T17:05:58.498 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T17:05:58.498 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-02-12T17:05:58.499 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 38 -1448us[-1448us] +/- 101ms 2024-02-12T17:05:58.499 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 +492us[ +500us] +/- 64ms 2024-02-12T17:05:58.499 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +466us[ +474us] +/- 70ms 2024-02-12T17:05:58.499 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T17:05:58.499 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-12T17:05:58.509 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-12T17:05:58.511 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-12T17:05:58.550 DEBUG:teuthology.orchestra.run.smithi145:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-12T17:05:58.628 DEBUG:teuthology.orchestra.run.smithi160:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-12T17:05:58.690 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-12T17:05:58.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:58.722 DEBUG:teuthology.orchestra.run.smithi160:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-12T17:05:58.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:58.751 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-12T17:05:58.761 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-12T17:05:58.817 INFO:teuthology.task.internal:Duration was 2003.750213 seconds 2024-02-12T17:05:58.818 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-12T17:05:58.909 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-12T17:05:58.909 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T17:05:58.911 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T17:05:58.958 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T17:05:58.958 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T17:05:59.409 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-12T17:05:59.410 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-02-12T17:05:59.410 DEBUG:teuthology.orchestra.run.smithi145:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-12T17:05:59.432 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T17:05:59.433 DEBUG:teuthology.orchestra.run.smithi160:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-12T17:05:59.454 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-12T17:05:59.455 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T17:05:59.475 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T17:05:59.553 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-12T17:05:59.553 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T17:05:59.556 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T17:05:59.760 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-12T17:05:59.775 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-12T17:05:59.776 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T17:05:59.808 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T17:05:59.836 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-12T17:05:59.852 DEBUG:teuthology.orchestra.run.smithi145:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-12T17:05:59.857 DEBUG:teuthology.orchestra.run.smithi160:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-12T17:05:59.881 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-02-12T17:05:59.907 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-02-12T17:05:59.931 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T17:05:59.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:59.977 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T17:05:59.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T17:05:59.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-12T17:06:00.007 INFO:teuthology.task.internal:Transferring archived files... 2024-02-12T17:06:00.008 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/remote/smithi145 2024-02-12T17:06:00.009 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T17:06:00.066 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701/remote/smithi160 2024-02-12T17:06:00.066 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T17:06:00.111 INFO:teuthology.task.internal:Removing archive directory... 2024-02-12T17:06:00.111 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T17:06:00.113 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T17:06:00.160 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-12T17:06:00.175 INFO:teuthology.task.internal:Not uploading archives. 2024-02-12T17:06:00.175 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-12T17:06:00.221 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-12T17:06:00.222 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T17:06:00.224 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T17:06:00.238 INFO:teuthology.orchestra.run.smithi145.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 17:06 /home/ubuntu/cephtest 2024-02-12T17:06:00.240 INFO:teuthology.orchestra.run.smithi160.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 17:06 /home/ubuntu/cephtest 2024-02-12T17:06:00.241 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-12T17:06:00.272 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-12T17:06:00.373 INFO:teuthology.nuke:Checking targets against current locks 2024-02-12T17:06:00.402 DEBUG:teuthology.nuke:shortname: smithi145 2024-02-12T17:06:00.402 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T17:06:00.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:25:08.621842', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgTtGZnYYWOj/AdvQIEV79cTkBKm0B60p8rsas7uXvbdiwEWfJ3MLHDsr7FSgnWrKptt2hvu42HrjqKWBMHPu4='} 2024-02-12T17:06:00.426 DEBUG:teuthology.nuke:shortname: smithi160 2024-02-12T17:06:00.427 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T17:06:00.444 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-12_15:26:58-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7556701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-12 16:25:08.623416', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBINN+0rYKCPSbgSJ4O84ljz/72bUxBtFN4aFJ4rKXNrkMNnFqCYMoxCvR/Lj4ZE9I8CoNuMz9VE/OkTs46dmEls='} 2024-02-12T17:06:00.473 INFO:teuthology.orchestra.console.smithi145:Power off 2024-02-12T17:06:00.473 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T17:06:00.496 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2024-02-12T17:06:00.497 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:00.513 INFO:teuthology.orchestra.console.smithi160:Power off 2024-02-12T17:06:00.514 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T17:06:00.521 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-12T17:06:00.533 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2024-02-12T17:06:00.533 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:00.555 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-12T17:06:04.522 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:04.557 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:04.632 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-12T17:06:04.667 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-12T17:06:08.636 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:08.667 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:08.745 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-12T17:06:08.776 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-12T17:06:12.750 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:12.776 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T17:06:12.860 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2024-02-12T17:06:12.886 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2024-02-12T17:06:12.961 INFO:teuthology.orchestra.console.smithi145:Power off completed 2024-02-12T17:06:12.987 INFO:teuthology.orchestra.console.smithi160:Power off completed 2024-02-12T17:06:13.091 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: 2003.7502126693726 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=230fa6f457674a9591ee507a6b110149 status: fail success: false 2024-02-12T17:06:13.091 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T17:06:13.172 INFO:teuthology.run:FAIL